Color Hex Logo

#d57dcb Color Hex

#D57DCB
(213,125,203)
0 Favorites   0 Comments

Color spaces of #d57dcb

RGB 213125203
HSL0.850.510.66
HSV307°41°84°
CMYK 0.000.410.05   0.16
XYZ45.553733.125260.4928
Yxy33.12520.32730.2380
Hunter Lab57.554540.5603-22.0288
CIE-Lab64.262245.3321-26.0331

#d57dcb color RGB value is (213,125,203).

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

The process color (four color CMYK) of #d57dcb color hex is 0.00, 0.41, 0.05, 0.16. Web safe color of #d57dcb is #cc66cc. Color #d57dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111101 11001011
Octal 325 175 313
Decimal 213 125 203
Hex D5 7D CB

RGB Percentages of Color #d57dcb

%39.37
%23.11
%37.52

CMYK Percentages of Color #d57dcb

%0
%41
%5
%16

Triadic Colors of #d57dcb

#d57dcb #cbd57d #7dcbd5

Analogous Colors of #d57dcb

#d57dcb #d57d9f #b37dd5

Monochromatic Colors of #d57dcb

#d57dcb

Complementary Color

#d57dcb #7dd587

#d57dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57dcb Color CSS Codes

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

#d57dcb Text Font Color

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

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


#d57dcb Background Color

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

This div background color is #d57dcb


#d57dcb Border Color

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

This div border color is #d57dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57dcb


Comments

No comments written yet.

Please login to write comment.