Color Hex Logo

#cd849d Color Hex

#CD849D
(205,132,157)
0 Favorites   0 Comments

Color spaces of #cd849d

RGB 205132157
HSL0.940.420.66
HSV339°36°80°
CMYK 0.000.360.23   0.20
XYZ39.513931.916035.9761
Yxy31.91600.36790.2972
Hunter Lab56.494225.98371.7895
CIE-Lab63.273431.4747-1.5875

#cd849d color RGB value is (205,132,157).

#cd849d hex color red value is 205, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cd849d hue: 0.94 , saturation: 0.42 and the lightness value of cd849d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 10011101
Octal 315 204 235
Decimal 205 132 157
Hex CD 84 9D

RGB Percentages of Color #cd849d

%41.50
%26.72
%31.78

CMYK Percentages of Color #cd849d

%0
%36
%23
%20

Triadic Colors of #cd849d

#cd849d #9dcd84 #849dcd

Analogous Colors of #cd849d

#cd849d #cd9084 #cd84c2

Monochromatic Colors of #cd849d

#cd849d

Complementary Color

#cd849d #84cdb4

#cd849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd849d Color CSS Codes

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

#cd849d Text Font Color

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

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


#cd849d Background Color

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

This div background color is #cd849d


#cd849d Border Color

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

This div border color is #cd849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd849d

#cd849d Color Palettes


Comments

No comments written yet.

Please login to write comment.