Color Hex Logo

#c479ce Color Hex

#C479CE
(196,121,206)
0 Favorites   0 Comments

Color spaces of #c479ce

RGB 196121206
HSL0.810.460.64
HSV293°41°81°
CMYK 0.050.410.00   0.19
XYZ40.742929.866762.0100
Yxy29.86670.30720.2252
Hunter Lab54.650437.4368-29.0191
CIE-Lab61.539042.7799-32.0914

#c479ce color RGB value is (196,121,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11001110
Octal 304 171 316
Decimal 196 121 206
Hex C4 79 CE

RGB Percentages of Color #c479ce

%37.48
%23.14
%39.39

CMYK Percentages of Color #c479ce

%5
%41
%0
%19

Triadic Colors of #c479ce

#c479ce #cec479 #79cec4

Analogous Colors of #c479ce

#c479ce #ce79ae #9a79ce

Monochromatic Colors of #c479ce

#c479ce

Complementary Color

#c479ce #83ce79

#c479ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479ce Color CSS Codes

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

#c479ce Text Font Color

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

This sample text font color is #c479ce
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.


#c479ce Background Color

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

This div background color is #c479ce


#c479ce Border Color

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

This div border color is #c479ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479ce


Comments

No comments written yet.

Please login to write comment.