Color Hex Logo

#cf719f Color Hex

#CF719F
(207,113,159)
0 Favorites   0 Comments

Color spaces of #cf719f

RGB 207113159
HSL0.920.490.63
HSV331°45°81°
CMYK 0.000.450.23   0.19
XYZ37.895327.578936.1268
Yxy27.57890.37300.2714
Hunter Lab52.515636.9034-4.0261
CIE-Lab59.506442.5453-8.2751

#cf719f color RGB value is (207,113,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 10011111
Octal 317 161 237
Decimal 207 113 159
Hex CF 71 9F

RGB Percentages of Color #cf719f

%43.22
%23.59
%33.19

CMYK Percentages of Color #cf719f

%0
%45
%23
%19

Triadic Colors of #cf719f

#cf719f #9fcf71 #719fcf

Analogous Colors of #cf719f

#cf719f #cf7271 #cf71ce

Monochromatic Colors of #cf719f

#cf719f

Complementary Color

#cf719f #71cfa1

#cf719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf719f Color CSS Codes

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

#cf719f Text Font Color

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

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


#cf719f Background Color

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

This div background color is #cf719f


#cf719f Border Color

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

This div border color is #cf719f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,113,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf719f


Comments

No comments written yet.

Please login to write comment.