Color Hex Logo

#cd533a Color Hex

#CD533A
(205,83,58)
0 Favorites   0 Comments

Color spaces of #cd533a

RGB 2058358
HSL0.030.600.52
HSV10°72°80°
CMYK 0.000.600.72   0.20
XYZ29.033819.47116.2310
Yxy19.47110.53040.3557
Hunter Lab44.126140.227722.5160
CIE-Lab51.233946.936638.8486

#cd533a color RGB value is (205,83,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010011 00111010
Octal 315 123 72
Decimal 205 83 58
Hex CD 53 3A

RGB Percentages of Color #cd533a

%59.25
%23.99
%16.76

CMYK Percentages of Color #cd533a

%0
%60
%72
%20

Triadic Colors of #cd533a

#cd533a #3acd53 #533acd

Analogous Colors of #cd533a

#cd533a #cd9d3a #cd3a6b

Monochromatic Colors of #cd533a

#cd533a

Complementary Color

#cd533a #3ab4cd

#cd533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd533a Color CSS Codes

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

#cd533a Text Font Color

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

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


#cd533a Background Color

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

This div background color is #cd533a


#cd533a Border Color

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

This div border color is #cd533a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd533a


Comments

No comments written yet.

Please login to write comment.