Color Hex Logo

#cd582b Color Hex

#CD582B
(205,88,43)
0 Favorites   0 Comments

Color spaces of #cd582b

RGB 2058843
HSL0.050.650.49
HSV17°79°80°
CMYK 0.000.570.79   0.20
XYZ29.102620.13304.6377
Yxy20.13300.54020.3737
Hunter Lab44.869837.253125.2807
CIE-Lab51.987343.955047.3730

#cd582b color RGB value is (205,88,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 00101011
Octal 315 130 53
Decimal 205 88 43
Hex CD 58 2B

RGB Percentages of Color #cd582b

%61.01
%26.19
%12.80

CMYK Percentages of Color #cd582b

%0
%57
%79
%20

Triadic Colors of #cd582b

#cd582b #2bcd58 #582bcd

Analogous Colors of #cd582b

#cd582b #cda92b #cd2b4f

Monochromatic Colors of #cd582b

#cd582b

Complementary Color

#cd582b #2ba0cd

#cd582b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd582b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd582b Color CSS Codes

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

#cd582b Text Font Color

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

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


#cd582b Background Color

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

This div background color is #cd582b


#cd582b Border Color

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

This div border color is #cd582b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd582b


Comments

No comments written yet.

Please login to write comment.