color codes Logo

#cd7dab color codes

#CD7DAB
(205,125,171)
0 Favorites   0 Comments

Color spaces of #cd7dab

RGB 205125171
HSL0.900.440.65
HSV326°39°80°
CMYK 0.000.390.17   0.20
XYZ39.861130.586642.3310
Yxy30.58660.35340.2712
Hunter Lab55.305231.8696-6.6674
CIE-Lab62.157137.3762-11.2161

#cd7dab color RGB value is (205,125,171).

#cd7dab hex color red value is 205, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cd7dab hue: 0.90 , saturation: 0.44 and the lightness value of cd7dab is 0.65.

The process color (four color CMYK) of #cd7dab color code is 0.00, 0.39, 0.17, 0.20. Web safe color of #cd7dab is #cc6699. Color #cd7dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111101 10101011
Octal 315 175 253
Decimal 205 125 171
Hex CD 7D AB

RGB Percentages of Color #cd7dab

%40.92
%24.95
%34.13

CMYK Percentages of Color #cd7dab

%0
%39
%17
%20

Triadic Colors of #cd7dab

#cd7dab #abcd7d #7dabcd

Analogous Colors of #cd7dab

#cd7dab #cd7d83 #c77dcd

Monochromatic Colors of #cd7dab

#cd7dab

Complementary Color

#cd7dab #7dcd9f

#cd7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7dab Color CSS Codes

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

#cd7dab Text Font Color

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

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


#cd7dab Background Color

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

This div background color is #cd7dab


#cd7dab Border Color

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

This div border color is #cd7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7dab


Comments

No comments written yet.

Please login to write comment.