Color Hex Logo

#c979e1 Color Hex

#C979E1
(201,121,225)
0 Favorites   0 Comments

Color spaces of #c979e1

RGB 201121225
HSL0.790.630.68
HSV286°46°88°
CMYK 0.110.460.00   0.12
XYZ44.515431.528574.9736
Yxy31.52850.29480.2088
Hunter Lab56.150243.2502-39.8607
CIE-Lab62.951347.9868-40.4861

#c979e1 color RGB value is (201,121,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11100001
Octal 311 171 341
Decimal 201 121 225
Hex C9 79 E1

RGB Percentages of Color #c979e1

%36.75
%22.12
%41.13

CMYK Percentages of Color #c979e1

%11
%46
%0
%12

Triadic Colors of #c979e1

#c979e1 #e1c979 #79e1c9

Analogous Colors of #c979e1

#c979e1 #e179c5 #9579e1

Monochromatic Colors of #c979e1

#c979e1

Complementary Color

#c979e1 #91e179

#c979e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979e1 Color CSS Codes

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

#c979e1 Text Font Color

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

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


#c979e1 Background Color

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

This div background color is #c979e1


#c979e1 Border Color

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

This div border color is #c979e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c979e1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979e1


Comments

No comments written yet.

Please login to write comment.