Color Hex Logo

#cd949d Color Hex

#CD949D
(205,148,157)
0 Favorites   0 Comments

Color spaces of #cd949d

RGB 205148157
HSL0.970.360.69
HSV351°28°80°
CMYK 0.000.280.23   0.20
XYZ41.852536.593336.7556
Yxy36.59330.36330.3176
Hunter Lab60.492417.63606.3197
CIE-Lab66.970822.75903.7958

#cd949d color RGB value is (205,148,157).

#cd949d hex color red value is 205, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cd949d hue: 0.97 , saturation: 0.36 and the lightness value of cd949d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010100 10011101
Octal 315 224 235
Decimal 205 148 157
Hex CD 94 9D

RGB Percentages of Color #cd949d

%40.20
%29.02
%30.78

CMYK Percentages of Color #cd949d

%0
%28
%23
%20

Triadic Colors of #cd949d

#cd949d #9dcd94 #949dcd

Analogous Colors of #cd949d

#cd949d #cda894 #cd94ba

Monochromatic Colors of #cd949d

#cd949d

Complementary Color

#cd949d #94cdc4

#cd949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd949d Color CSS Codes

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

#cd949d Text Font Color

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

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


#cd949d Background Color

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

This div background color is #cd949d


#cd949d Border Color

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

This div border color is #cd949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd949d

#cd949d Color Palettes


Comments

No comments written yet.

Please login to write comment.