Color Hex Logo

#d57dab Color Hex

#D57DAB
(213,125,171)
0 Favorites   0 Comments

Color spaces of #d57dab

RGB 213125171
HSL0.910.510.66
HSV329°41°84°
CMYK 0.000.410.20   0.16
XYZ42.124931.753642.4369
Yxy31.75360.36220.2730
Hunter Lab56.350334.8253-5.2055
CIE-Lab63.138740.1000-9.6453

#d57dab color RGB value is (213,125,171).

#d57dab hex color red value is 213, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d57dab hue: 0.91 , saturation: 0.51 and the lightness value of d57dab is 0.66.

The process color (four color CMYK) of #d57dab color hex is 0.00, 0.41, 0.20, 0.16. Web safe color of #d57dab is #cc6699. Color #d57dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111101 10101011
Octal 325 175 253
Decimal 213 125 171
Hex D5 7D AB

RGB Percentages of Color #d57dab

%41.85
%24.56
%33.60

CMYK Percentages of Color #d57dab

%0
%41
%20
%16

Triadic Colors of #d57dab

#d57dab #abd57d #7dabd5

Analogous Colors of #d57dab

#d57dab #d57d7f #d37dd5

Monochromatic Colors of #d57dab

#d57dab

Complementary Color

#d57dab #7dd5a7

#d57dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57dab Color CSS Codes

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

#d57dab Text Font Color

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

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


#d57dab Background Color

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

This div background color is #d57dab


#d57dab Border Color

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

This div border color is #d57dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57dab


Comments

No comments written yet.

Please login to write comment.