Color Hex Logo

#c479e1 Color Hex

#C479E1
(196,121,225)
0 Favorites   0 Comments

Color spaces of #c479e1

RGB 196121225
HSL0.790.630.68
HSV283°46°88°
CMYK 0.130.460.00   0.12
XYZ43.192930.846774.9117
Yxy30.84670.29000.2071
Hunter Lab55.539841.6235-41.0921
CIE-Lab62.378046.5737-41.4259

#c479e1 color RGB value is (196,121,225).

#c479e1 hex color red value is 196, green value is 121 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c479e1 hue: 0.79 , saturation: 0.63 and the lightness value of c479e1 is 0.68.

The process color (four color CMYK) of #c479e1 color hex is 0.13, 0.46, 0.00, 0.12. Web safe color of #c479e1 is #cc66cc. Color #c479e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111001 11100001
Octal 304 171 341
Decimal 196 121 225
Hex C4 79 E1

RGB Percentages of Color #c479e1

%36.16
%22.32
%41.51

CMYK Percentages of Color #c479e1

%13
%46
%0
%12

Triadic Colors of #c479e1

#c479e1 #e1c479 #79e1c4

Analogous Colors of #c479e1

#c479e1 #e179ca #9079e1

Monochromatic Colors of #c479e1

#c479e1

Complementary Color

#c479e1 #96e179

#c479e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c479e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c479e1 Color CSS Codes

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

#c479e1 Text Font Color

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

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


#c479e1 Background Color

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

This div background color is #c479e1


#c479e1 Border Color

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

This div border color is #c479e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c479e1


Comments

No comments written yet.

Please login to write comment.