Color Hex Logo

#cd582e Color Hex

#CD582E
(205,88,46)
0 Favorites   0 Comments

Color spaces of #cd582e

RGB 2058846
HSL0.040.630.49
HSV16°78°80°
CMYK 0.000.570.78   0.20
XYZ29.159720.15584.9383
Yxy20.15580.53750.3715
Hunter Lab44.895237.370224.9050
CIE-Lab52.012944.064745.9396

#cd582e color RGB value is (205,88,46).

#cd582e hex color red value is 205, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cd582e hue: 0.04 , saturation: 0.63 and the lightness value of cd582e is 0.49.

The process color (four color CMYK) of #cd582e color hex is 0.00, 0.57, 0.78, 0.20. Web safe color of #cd582e is #cc6633. Color #cd582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 00101110
Octal 315 130 56
Decimal 205 88 46
Hex CD 58 2E

RGB Percentages of Color #cd582e

%60.47
%25.96
%13.57

CMYK Percentages of Color #cd582e

%0
%57
%78
%20

Triadic Colors of #cd582e

#cd582e #2ecd58 #582ecd

Analogous Colors of #cd582e

#cd582e #cda82e #cd2e53

Monochromatic Colors of #cd582e

#cd582e

Complementary Color

#cd582e #2ea3cd

#cd582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd582e Color CSS Codes

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

#cd582e Text Font Color

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

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


#cd582e Background Color

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

This div background color is #cd582e


#cd582e Border Color

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

This div border color is #cd582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd582e


Comments

No comments written yet.

Please login to write comment.