Color Hex Logo

#cd583a Color Hex

#CD583A
(205,88,58)
0 Favorites   0 Comments

Color spaces of #cd583a

RGB 2058858
HSL0.030.600.52
HSV12°72°80°
CMYK 0.000.570.72   0.20
XYZ29.430320.26416.3632
Yxy20.26410.52500.3615
Hunter Lab45.015737.922223.1300
CIE-Lab52.134544.580539.8602

#cd583a color RGB value is (205,88,58).

#cd583a hex color red value is 205, green value is 88 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd583a hue: 0.03 , saturation: 0.60 and the lightness value of cd583a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011000 00111010
Octal 315 130 72
Decimal 205 88 58
Hex CD 58 3A

RGB Percentages of Color #cd583a

%58.40
%25.07
%16.52

CMYK Percentages of Color #cd583a

%0
%57
%72
%20

Triadic Colors of #cd583a

#cd583a #3acd58 #583acd

Analogous Colors of #cd583a

#cd583a #cda23a #cd3a66

Monochromatic Colors of #cd583a

#cd583a

Complementary Color

#cd583a #3aafcd

#cd583a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd583a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd583a Color CSS Codes

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

#cd583a Text Font Color

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

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


#cd583a Background Color

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

This div background color is #cd583a


#cd583a Border Color

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

This div border color is #cd583a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd583a


Comments

No comments written yet.

Please login to write comment.