COLOR #C482E4

HEX: #C482E4
RGB: (196,130,228)

Renk bilgisi

#C482E4 contains mainly red and blue colors. #C482E4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C482E4 color RGB value is (196,130,228).

  • kırmız ton 196;
  • yeşil ton 130;
  • mavi ton 228.
RGB:
(196,130,228)
(77%,51%,89%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 130 of 255 = 51%
B 228 of 255 = 89%

196
130
228

R + G + B ~ 72%. #C482E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 130 + 228 = 554 (100%)
R 196 of 554 ~ 35.38%
G 130 of 554 ~ 23.47%
B 228 of 554 ~ 41.16%

%35.38
%23.47
%41.16

CMYK RENK MODELİ

#C482E4 rengi CMYK tonu (14,43,0,11).

  • camgöbeği tonu 14.04%
  • eflatun tonu 42.98%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(14,43,0,11)
C14M43Y0K11 
(14%,43%,0%,11%)
(0.14/0.43/0.00/0.11)	

CMYK yüzdeleri

%14.04
%42.98
%0
%10.59

Codes

Color #C482E4 in popluar color models

C482E4
RGB196130228
HSL280°64.47%70.20%
HSB/HSV280°42.98%89.41%
CMYK14.04%42.98%0.00%
10.59%

Color #C482E4 in popluar number systems.

HEXC482E4
Decimal196130228
Binary110001001000001011100100
Octal304202344

Shades and tints

Shades of #C482E4

#C482E4
(196,130,228)
#B377D0
(179,119,208)
#A26CBC
(162,108,188)
#9161A8
(145,97,168)
#805694
(128,86,148)
#6F4B80
(111,75,128)
#5E406C
(94,64,108)
#4D3558
(77,53,88)
#3C2A44
(60,42,68)
#2B1F30
(43,31,48)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C482E4

#C482E4
(196,130,228)
#C98DE6
(201,141,230)
#CE98E8
(206,152,232)
#D3A3EA
(211,163,234)
#D8AEEC
(216,174,236)
#DDB9EE
(221,185,238)
#E2C4F0
(226,196,240)
#E7CFF2
(231,207,242)
#ECDAF4
(236,218,244)
#F1E5F6
(241,229,246)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C482E4 color. Also use rgb(196,130,228) instead hex code.

Text Font Color

.myTextColor { color: #C482E4; }

<p style="color:#C482E4">This sample text font color is #C482E4.</p>

This text font color is #C482E4.


Background Color

.myBgColor { background-color: #C482E4; }

<div style="background-color:#C482E4">Inner text</div>

This div background color is #C482E4.


Border color

.myBorderColor { border: 1px solid #C482E4; }

<div style="border:3px solid #C482E4">Div</div>

This div border color is #C482E4.


Opacity

.myOpacity80 { color: #C482E4; opacity: 0.8; }

<p style="color:#C482E4;opacity:0.8;">80%</p>

Text with #C482E4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C482E4;}

<p style="text-shadow: 3px 3px 1px #C482E4">Text here.</p>

This text has shadow with #C482E4 color.

.textShadow {text-shadow: 3px 3px 1px #C482E4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C482E4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C482E4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C482E4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C482E4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C482E4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C482E4;
  -webkit-box-shadow:	1px 1px 3px 2px #C482E4;
  box-shadow:		1px 1px 3px 2px #C482E4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C482E4;
-webkit-box-shadow: 1px 1px 3px 2px #C482E4;
box-shadow:1px 1px 3px 2px #C482E4;">
Div content here</div>
This div box has shadow with color #C482E4.

Preview

Color preview on black background

This text has color #C482E4 on black background.


Color preview on white background

This text has color #C482E4 on white background.



Black color preview on #C482E4 background

This text has black color on #C482E4 background.


White color preview on #C482E4 background

This text has white color on #C482E4 background.