Color Hex Logo

#c972ce Color Hex

#C972CE
(201,114,206)
0 Favorites   0 Comments

Color spaces of #c972ce

RGB 201114206
HSL0.820.480.63
HSV297°45°81°
CMYK 0.020.450.00   0.19
XYZ41.245328.908461.7985
Yxy28.90840.31260.2191
Hunter Lab53.766542.8392-30.5105
CIE-Lab60.700747.9366-33.3481

#c972ce color RGB value is (201,114,206).

#c972ce hex color red value is 201, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c972ce hue: 0.82 , saturation: 0.48 and the lightness value of c972ce is 0.63.

The process color (four color CMYK) of #c972ce color hex is 0.02, 0.45, 0.00, 0.19. Web safe color of #c972ce is #cc66cc. Color #c972ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11001110
Octal 311 162 316
Decimal 201 114 206
Hex C9 72 CE

RGB Percentages of Color #c972ce

%38.58
%21.88
%39.54

CMYK Percentages of Color #c972ce

%2
%45
%0
%19

Triadic Colors of #c972ce

#c972ce #cec972 #72cec9

Analogous Colors of #c972ce

#c972ce #ce72a5 #9b72ce

Monochromatic Colors of #c972ce

#c972ce

Complementary Color

#c972ce #77ce72

#c972ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972ce Color CSS Codes

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

#c972ce Text Font Color

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

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


#c972ce Background Color

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

This div background color is #c972ce


#c972ce Border Color

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

This div border color is #c972ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972ce


Comments

No comments written yet.

Please login to write comment.