Color Hex Logo

#cd704b Color Hex

#CD704B
(205,112,75)
0 Favorites   0 Comments

Color spaces of #cd704b

RGB 20511275
HSL0.050.570.55
HSV17°63°80°
CMYK 0.000.450.63   0.20
XYZ32.241025.07559.7974
Yxy25.07550.48040.3736
Hunter Lab50.075427.294923.4526
CIE-Lab57.148933.409536.4970

#cd704b color RGB value is (205,112,75).

#cd704b hex color red value is 205, green value is 112 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cd704b hue: 0.05 , saturation: 0.57 and the lightness value of cd704b is 0.55.

The process color (four color CMYK) of #cd704b color hex is 0.00, 0.45, 0.63, 0.20. Web safe color of #cd704b is #cc6633. Color #cd704b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110000 01001011
Octal 315 160 113
Decimal 205 112 75
Hex CD 70 4B

RGB Percentages of Color #cd704b

%52.30
%28.57
%19.13

CMYK Percentages of Color #cd704b

%0
%45
%63
%20

Triadic Colors of #cd704b

#cd704b #4bcd70 #704bcd

Analogous Colors of #cd704b

#cd704b #cdb14b #cd4b67

Monochromatic Colors of #cd704b

#cd704b

Complementary Color

#cd704b #4ba8cd

#cd704b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd704b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd704b Color CSS Codes

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

#cd704b Text Font Color

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

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


#cd704b Background Color

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

This div background color is #cd704b


#cd704b Border Color

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

This div border color is #cd704b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd704b


Comments

No comments written yet.

Please login to write comment.