Color Hex Logo

#cd735e Color Hex

#CD735E
(205,115,94)
0 Favorites   0 Comments

Color spaces of #cd735e

RGB 20511594
HSL0.030.530.59
HSV11°54°80°
CMYK 0.000.440.54   0.20
XYZ33.328026.048813.8610
Yxy26.04880.45510.3557
Hunter Lab51.038027.244519.6245
CIE-Lab58.083333.257427.1198

#cd735e color RGB value is (205,115,94).

#cd735e hex color red value is 205, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd735e hue: 0.03 , saturation: 0.53 and the lightness value of cd735e is 0.59.

The process color (four color CMYK) of #cd735e color hex is 0.00, 0.44, 0.54, 0.20. Web safe color of #cd735e is #cc6666. Color #cd735e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110011 01011110
Octal 315 163 136
Decimal 205 115 94
Hex CD 73 5E

RGB Percentages of Color #cd735e

%49.52
%27.78
%22.71

CMYK Percentages of Color #cd735e

%0
%44
%54
%20

Triadic Colors of #cd735e

#cd735e #5ecd73 #735ecd

Analogous Colors of #cd735e

#cd735e #cdab5e #cd5e81

Monochromatic Colors of #cd735e

#cd735e

Complementary Color

#cd735e #5eb8cd

#cd735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd735e Color CSS Codes

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

#cd735e Text Font Color

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

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


#cd735e Background Color

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

This div background color is #cd735e


#cd735e Border Color

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

This div border color is #cd735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd735e


Comments

No comments written yet.

Please login to write comment.