Color Hex Logo

#cf5772 Color Hex

#CF5772
(207,87,114)
0 Favorites   0 Comments

Color spaces of #cf5772

RGB 20787114
HSL0.960.560.58
HSV347°58°81°
CMYK 0.000.580.45   0.19
XYZ32.177621.296718.3343
Yxy21.29670.44810.2966
Hunter Lab46.148343.70218.7485
CIE-Lab53.272749.88868.9944

#cf5772 color RGB value is (207,87,114).

#cf5772 hex color red value is 207, green value is 87 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cf5772 hue: 0.96 , saturation: 0.56 and the lightness value of cf5772 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010111 01110010
Octal 317 127 162
Decimal 207 87 114
Hex CF 57 72

RGB Percentages of Color #cf5772

%50.74
%21.32
%27.94

CMYK Percentages of Color #cf5772

%0
%58
%45
%19

Triadic Colors of #cf5772

#cf5772 #72cf57 #5772cf

Analogous Colors of #cf5772

#cf5772 #cf7857 #cf57ae

Monochromatic Colors of #cf5772

#cf5772

Complementary Color

#cf5772 #57cfb4

#cf5772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5772 Color CSS Codes

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

#cf5772 Text Font Color

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

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


#cf5772 Background Color

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

This div background color is #cf5772


#cf5772 Border Color

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

This div border color is #cf5772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5772


Comments

No comments written yet.

Please login to write comment.