Color Hex Logo

#cd834b Color Hex

#CD834B
(205,131,75)
0 Favorites   0 Comments

Color spaces of #cd834b

RGB 20513175
HSL0.070.570.55
HSV26°63°80°
CMYK 0.000.360.63   0.20
XYZ34.563129.719710.5714
Yxy29.71970.46170.3970
Hunter Lab54.515817.766726.6639
CIE-Lab61.411623.214141.5460

#cd834b color RGB value is (205,131,75).

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

The process color (four color CMYK) of #cd834b color hex is 0.00, 0.36, 0.63, 0.20. Web safe color of #cd834b is #cc9933. Color #cd834b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000011 01001011
Octal 315 203 113
Decimal 205 131 75
Hex CD 83 4B

RGB Percentages of Color #cd834b

%49.88
%31.87
%18.25

CMYK Percentages of Color #cd834b

%0
%36
%63
%20

Triadic Colors of #cd834b

#cd834b #4bcd83 #834bcd

Analogous Colors of #cd834b

#cd834b #cdc44b #cd4b54

Monochromatic Colors of #cd834b

#cd834b

Complementary Color

#cd834b #4b95cd

#cd834b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd834b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd834b Color CSS Codes

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

#cd834b Text Font Color

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

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


#cd834b Background Color

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

This div background color is #cd834b


#cd834b Border Color

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

This div border color is #cd834b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd834b


Comments

No comments written yet.

Please login to write comment.