Color Hex Logo

#c479cf Color Hex

#C479CF
(196,121,207)
0 Favorites   0 Comments

Color spaces of #c479cf

RGB 196121207
HSL0.810.470.64
HSV292°42°81°
CMYK 0.050.420.00   0.19
XYZ40.864829.915562.6519
Yxy29.91550.30630.2242
Hunter Lab54.695137.6479-29.6287
CIE-Lab61.581242.9735-32.5887

#c479cf color RGB value is (196,121,207).

#c479cf hex color red value is 196, green value is 121 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c479cf hue: 0.81 , saturation: 0.47 and the lightness value of c479cf is 0.64.

The process color (four color CMYK) of #c479cf color hex is 0.05, 0.42, 0.00, 0.19. Web safe color of #c479cf is #cc66cc. Color #c479cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11001111
Octal 304 171 317
Decimal 196 121 207
Hex C4 79 CF

RGB Percentages of Color #c479cf

%37.40
%23.09
%39.50

CMYK Percentages of Color #c479cf

%5
%42
%0
%19

Triadic Colors of #c479cf

#c479cf #cfc479 #79cfc4

Analogous Colors of #c479cf

#c479cf #cf79af #9979cf

Monochromatic Colors of #c479cf

#c479cf

Complementary Color

#c479cf #84cf79

#c479cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479cf Color CSS Codes

.mybgcolor {background-color:#c479cf; } 
.myforecolor {color:#c479cf; }
.mybordercolor {border:3px solid #c479cf; }

#c479cf Text Font Color

<p style="color:#c479cf">Text here</p>

This sample text font color is #c479cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c479cf Background Color

<div style="background-color:#c479cf">
Div content here</div>

This div background color is #c479cf


#c479cf Border Color

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

This div border color is #c479cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,121,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c479cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c479cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c479cf;
  box-shadow:         1px 1px 3px 2px #c479cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,121,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c479cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c479cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c479cf;
  box-shadow:         1px 1px 3px 2px #c479cf;">
Div content here</div>

This div box has shadow with color #c479cf


Comments

No comments written yet.

Please login to write comment.