Color Hex Logo

#c972de Color Hex

#C972DE
(201,114,222)
0 Favorites   0 Comments

Color spaces of #c972de

RGB 201114222
HSL0.800.620.66
HSV288°49°87°
CMYK 0.090.490.00   0.13
XYZ43.289529.726172.5633
Yxy29.72610.29740.2042
Hunter Lab54.521646.3139-40.7444
CIE-Lab61.417251.0016-41.2179

#c972de color RGB value is (201,114,222).

#c972de hex color red value is 201, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c972de hue: 0.80 , saturation: 0.62 and the lightness value of c972de is 0.66.

The process color (four color CMYK) of #c972de color hex is 0.09, 0.49, 0.00, 0.13. Web safe color of #c972de is #cc66cc. Color #c972de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11011110
Octal 311 162 336
Decimal 201 114 222
Hex C9 72 DE

RGB Percentages of Color #c972de

%37.43
%21.23
%41.34

CMYK Percentages of Color #c972de

%9
%49
%0
%13

Triadic Colors of #c972de

#c972de #dec972 #72dec9

Analogous Colors of #c972de

#c972de #de72bd #9372de

Monochromatic Colors of #c972de

#c972de

Complementary Color

#c972de #87de72

#c972de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972de Color CSS Codes

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

#c972de Text Font Color

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

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


#c972de Background Color

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

This div background color is #c972de


#c972de Border Color

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

This div border color is #c972de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972de


Comments

No comments written yet.

Please login to write comment.