Color Hex Logo

#cd958d Color Hex

#CD958D
(205,149,141)
0 Favorites   0 Comments

Color spaces of #cd958d

RGB 205149141
HSL0.020.390.68
HSV31°80°
CMYK 0.000.270.31   0.20
XYZ40.732036.397130.0778
Yxy36.39710.37990.3395
Hunter Lab60.330014.937312.6717
CIE-Lab66.822219.973912.5427

#cd958d color RGB value is (205,149,141).

#cd958d hex color red value is 205, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cd958d hue: 0.02 , saturation: 0.39 and the lightness value of cd958d is 0.68.

The process color (four color CMYK) of #cd958d color hex is 0.00, 0.27, 0.31, 0.20. Web safe color of #cd958d is #cc9999. Color #cd958d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 10001101
Octal 315 225 215
Decimal 205 149 141
Hex CD 95 8D

RGB Percentages of Color #cd958d

%41.41
%30.10
%28.48

CMYK Percentages of Color #cd958d

%0
%27
%31
%20

Triadic Colors of #cd958d

#cd958d #8dcd95 #958dcd

Analogous Colors of #cd958d

#cd958d #cdb58d #cd8da5

Monochromatic Colors of #cd958d

#cd958d

Complementary Color

#cd958d #8dc5cd

#cd958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd958d Color CSS Codes

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

#cd958d Text Font Color

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

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


#cd958d Background Color

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

This div background color is #cd958d


#cd958d Border Color

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

This div border color is #cd958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd958d


Comments

No comments written yet.

Please login to write comment.