Color Hex Logo

#c479ea Color Hex

#C479EA
(196,121,234)
0 Favorites   0 Comments

Color spaces of #c479ea

RGB 196121234
HSL0.780.730.70
HSV280°48°92°
CMYK 0.160.480.00   0.08
XYZ44.453631.351081.5503
Yxy31.35100.28250.1992
Hunter Lab55.992043.7303-47.1594
CIE-Lab62.802848.4468-45.7620

#c479ea color RGB value is (196,121,234).

#c479ea hex color red value is 196, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c479ea hue: 0.78 , saturation: 0.73 and the lightness value of c479ea is 0.70.

The process color (four color CMYK) of #c479ea color hex is 0.16, 0.48, 0.00, 0.08. Web safe color of #c479ea is #cc66ff. Color #c479ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11101010
Octal 304 171 352
Decimal 196 121 234
Hex C4 79 EA

RGB Percentages of Color #c479ea

%35.57
%21.96
%42.47

CMYK Percentages of Color #c479ea

%16
%48
%0
%8

Triadic Colors of #c479ea

#c479ea #eac479 #79eac4

Analogous Colors of #c479ea

#c479ea #ea79d8 #8c79ea

Monochromatic Colors of #c479ea

#c479ea

Complementary Color

#c479ea #9fea79

#c479ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479ea Color CSS Codes

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

#c479ea Text Font Color

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

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


#c479ea Background Color

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

This div background color is #c479ea


#c479ea Border Color

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

This div border color is #c479ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479ea


Comments

No comments written yet.

Please login to write comment.