Color Hex Logo

#d59dcb Color Hex

#D59DCB
(213,157,203)
0 Favorites   0 Comments

Color spaces of #d59dcb

RGB 213157203
HSL0.860.400.73
HSV311°26°84°
CMYK 0.000.260.05   0.16
XYZ50.277042.571962.0672
Yxy42.57190.32450.2748
Hunter Lab65.247123.3629-10.7274
CIE-Lab71.263428.2358-15.3761

#d59dcb color RGB value is (213,157,203).

#d59dcb hex color red value is 213, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d59dcb hue: 0.86 , saturation: 0.40 and the lightness value of d59dcb is 0.73.

The process color (four color CMYK) of #d59dcb color hex is 0.00, 0.26, 0.05, 0.16. Web safe color of #d59dcb is #cc99cc. Color #d59dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011101 11001011
Octal 325 235 313
Decimal 213 157 203
Hex D5 9D CB

RGB Percentages of Color #d59dcb

%37.17
%27.40
%35.43

CMYK Percentages of Color #d59dcb

%0
%26
%5
%16

Triadic Colors of #d59dcb

#d59dcb #cbd59d #9dcbd5

Analogous Colors of #d59dcb

#d59dcb #d59daf #c39dd5

Monochromatic Colors of #d59dcb

#d59dcb

Complementary Color

#d59dcb #9dd5a7

#d59dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59dcb Color CSS Codes

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

#d59dcb Text Font Color

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

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


#d59dcb Background Color

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

This div background color is #d59dcb


#d59dcb Border Color

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

This div border color is #d59dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59dcb


Comments

No comments written yet.

Please login to write comment.