Color Hex Logo

#cd752a Color Hex

#CD752A
(205,117,42)
0 Favorites   0 Comments

Color spaces of #cd752a

RGB 20511742
HSL0.080.660.48
HSV28°80°80°
CMYK 0.000.430.80   0.20
XYZ31.956025.86895.4994
Yxy25.86890.50460.4085
Hunter Lab50.861523.143029.1923
CIE-Lab57.912429.088053.5061

#cd752a color RGB value is (205,117,42).

#cd752a hex color red value is 205, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cd752a hue: 0.08 , saturation: 0.66 and the lightness value of cd752a is 0.48.

The process color (four color CMYK) of #cd752a color hex is 0.00, 0.43, 0.80, 0.20. Web safe color of #cd752a is #cc6633. Color #cd752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110101 00101010
Octal 315 165 52
Decimal 205 117 42
Hex CD 75 2A

RGB Percentages of Color #cd752a

%56.32
%32.14
%11.54

CMYK Percentages of Color #cd752a

%0
%43
%80
%20

Triadic Colors of #cd752a

#cd752a #2acd75 #752acd

Analogous Colors of #cd752a

#cd752a #cdc72a #cd2a31

Monochromatic Colors of #cd752a

#cd752a

Complementary Color

#cd752a #2a82cd

#cd752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd752a Color CSS Codes

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

#cd752a Text Font Color

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

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


#cd752a Background Color

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

This div background color is #cd752a


#cd752a Border Color

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

This div border color is #cd752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd752a


Comments

No comments written yet.

Please login to write comment.