Color Hex Logo

#cd899e Color Hex

#CD899E
(205,137,158)
0 Favorites   0 Comments

Color spaces of #cd899e

RGB 205137158
HSL0.950.400.67
HSV341°33°80°
CMYK 0.000.330.23   0.20
XYZ40.294133.339136.6591
Yxy33.33910.36530.3023
Hunter Lab57.740023.52192.7748
CIE-Lab64.434528.9098-0.4550

#cd899e color RGB value is (205,137,158).

#cd899e hex color red value is 205, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cd899e hue: 0.95 , saturation: 0.40 and the lightness value of cd899e is 0.67.

The process color (four color CMYK) of #cd899e color hex is 0.00, 0.33, 0.23, 0.20. Web safe color of #cd899e is #cc9999. Color #cd899e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 10011110
Octal 315 211 236
Decimal 205 137 158
Hex CD 89 9E

RGB Percentages of Color #cd899e

%41.00
%27.40
%31.60

CMYK Percentages of Color #cd899e

%0
%33
%23
%20

Triadic Colors of #cd899e

#cd899e #9ecd89 #899ecd

Analogous Colors of #cd899e

#cd899e #cd9689 #cd89c0

Monochromatic Colors of #cd899e

#cd899e

Complementary Color

#cd899e #89cdb8

#cd899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd899e Color CSS Codes

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

#cd899e Text Font Color

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

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


#cd899e Background Color

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

This div background color is #cd899e


#cd899e Border Color

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

This div border color is #cd899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd899e


Comments

No comments written yet.

Please login to write comment.