Color Hex Logo

#cf585a Color Hex

#CF585A
(207,88,90)
0 Favorites   0 Comments

Color spaces of #cf585a

RGB 2078890
HSL1.000.550.58
HSV359°57°81°
CMYK 0.000.570.57   0.19
XYZ31.067320.983012.0856
Yxy20.98300.48440.3272
Hunter Lab45.807240.899416.4222
CIE-Lab52.930947.306822.7295

#cf585a color RGB value is (207,88,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011000 01011010
Octal 317 130 132
Decimal 207 88 90
Hex CF 58 5A

RGB Percentages of Color #cf585a

%53.77
%22.86
%23.38

CMYK Percentages of Color #cf585a

%0
%57
%57
%19

Triadic Colors of #cf585a

#cf585a #5acf58 #585acf

Analogous Colors of #cf585a

#cf585a #cf9258 #cf5896

Monochromatic Colors of #cf585a

#cf585a

Complementary Color

#cf585a #58cfcd

#cf585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf585a Color CSS Codes

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

#cf585a Text Font Color

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

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


#cf585a Background Color

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

This div background color is #cf585a


#cf585a Border Color

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

This div border color is #cf585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf585a


Comments

No comments written yet.

Please login to write comment.