Color Hex Logo

#cf575a Color Hex

#CF575A
(207,87,90)
0 Favorites   0 Comments

Color spaces of #cf575a

RGB 2078790
HSL1.000.560.58
HSV359°58°81°
CMYK 0.000.580.57   0.19
XYZ30.985820.820012.0584
Yxy20.82000.48520.3260
Hunter Lab45.628941.365516.2716
CIE-Lab52.751947.776722.4932

#cf575a color RGB value is (207,87,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010111 01011010
Octal 317 127 132
Decimal 207 87 90
Hex CF 57 5A

RGB Percentages of Color #cf575a

%53.91
%22.66
%23.44

CMYK Percentages of Color #cf575a

%0
%58
%57
%19

Triadic Colors of #cf575a

#cf575a #5acf57 #575acf

Analogous Colors of #cf575a

#cf575a #cf9057 #cf5796

Monochromatic Colors of #cf575a

#cf575a

Complementary Color

#cf575a #57cfcc

#cf575a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf575a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf575a Color CSS Codes

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

#cf575a Text Font Color

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

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


#cf575a Background Color

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

This div background color is #cf575a


#cf575a Border Color

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

This div border color is #cf575a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf575a


Comments

No comments written yet.

Please login to write comment.