Color Hex Logo

#cd551a Color Hex

#CD551A
(205,85,26)
0 Favorites   0 Comments

Color spaces of #cd551a

RGB 2058526
HSL0.050.770.45
HSV20°87°80°
CMYK 0.000.590.87   0.20
XYZ28.611819.55073.2429
Yxy19.55070.55660.3803
Hunter Lab44.216238.127126.6029
CIE-Lab51.325444.902854.0835

#cd551a color RGB value is (205,85,26).

#cd551a hex color red value is 205, green value is 85 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cd551a hue: 0.05 , saturation: 0.77 and the lightness value of cd551a is 0.45.

The process color (four color CMYK) of #cd551a color hex is 0.00, 0.59, 0.87, 0.20. Web safe color of #cd551a is #cc6633. Color #cd551a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010101 00011010
Octal 315 125 32
Decimal 205 85 26
Hex CD 55 1A

RGB Percentages of Color #cd551a

%64.87
%26.90
%8.23

CMYK Percentages of Color #cd551a

%0
%59
%87
%20

Triadic Colors of #cd551a

#cd551a #1acd55 #551acd

Analogous Colors of #cd551a

#cd551a #cdaf1a #cd1a38

Monochromatic Colors of #cd551a

#cd551a

Complementary Color

#cd551a #1a92cd

#cd551a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd551a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd551a Color CSS Codes

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

#cd551a Text Font Color

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

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


#cd551a Background Color

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

This div background color is #cd551a


#cd551a Border Color

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

This div border color is #cd551a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd551a


Comments

No comments written yet.

Please login to write comment.