Color Hex Logo

#cd584f Color Hex

#CD584F
(205,88,79)
0 Favorites   0 Comments

Color spaces of #cd584f

RGB 2058879
HSL0.010.560.56
HSV61°80°
CMYK 0.000.570.61   0.20
XYZ30.077820.52319.7732
Yxy20.52310.49820.3399
Hunter Lab45.302439.232918.9209
CIE-Lab52.423645.797428.4237

#cd584f color RGB value is (205,88,79).

#cd584f hex color red value is 205, green value is 88 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cd584f hue: 0.01 , saturation: 0.56 and the lightness value of cd584f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 01001111
Octal 315 130 117
Decimal 205 88 79
Hex CD 58 4F

RGB Percentages of Color #cd584f

%55.11
%23.66
%21.24

CMYK Percentages of Color #cd584f

%0
%57
%61
%20

Triadic Colors of #cd584f

#cd584f #4fcd58 #584fcd

Analogous Colors of #cd584f

#cd584f #cd974f #cd4f85

Monochromatic Colors of #cd584f

#cd584f

Complementary Color

#cd584f #4fc4cd

#cd584f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd584f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd584f Color CSS Codes

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

#cd584f Text Font Color

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

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


#cd584f Background Color

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

This div background color is #cd584f


#cd584f Border Color

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

This div border color is #cd584f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,88,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd584f


Comments

No comments written yet.

Please login to write comment.