Color Hex Logo

#cf72ce Color Hex

#CF72CE
(207,114,206)
0 Favorites   0 Comments

Color spaces of #cf72ce

RGB 207114206
HSL0.840.490.63
HSV301°45°81°
CMYK 0.000.450.00   0.19
XYZ42.890029.756361.8755
Yxy29.75630.31880.2212
Hunter Lab54.549344.8862-29.0683
CIE-Lab61.443449.7016-32.1364

#cf72ce color RGB value is (207,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 11001110
Octal 317 162 316
Decimal 207 114 206
Hex CF 72 CE

RGB Percentages of Color #cf72ce

%39.28
%21.63
%39.09

CMYK Percentages of Color #cf72ce

%0
%45
%0
%19

Triadic Colors of #cf72ce

#cf72ce #cecf72 #72cecf

Analogous Colors of #cf72ce

#cf72ce #cf72a0 #a272cf

Monochromatic Colors of #cf72ce

#cf72ce

Complementary Color

#cf72ce #72cf73

#cf72ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf72ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf72ce Color CSS Codes

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

#cf72ce Text Font Color

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

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


#cf72ce Background Color

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

This div background color is #cf72ce


#cf72ce Border Color

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

This div border color is #cf72ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf72ce


Comments

No comments written yet.

Please login to write comment.