Color Hex Logo

#d59bce Color Hex

#D59BCE
(213,155,206)
0 Favorites   0 Comments

Color spaces of #d59bce

RGB 213155206
HSL0.850.410.72
HSV307°27°84°
CMYK 0.000.270.03   0.16
XYZ50.302542.045163.8568
Yxy42.04510.32200.2692
Hunter Lab64.842225.0008-12.9994
CIE-Lab70.902029.8620-17.5780

#d59bce color RGB value is (213,155,206).

#d59bce hex color red value is 213, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d59bce hue: 0.85 , saturation: 0.41 and the lightness value of d59bce is 0.72.

The process color (four color CMYK) of #d59bce color hex is 0.00, 0.27, 0.03, 0.16. Web safe color of #d59bce is #cc99cc. Color #d59bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011011 11001110
Octal 325 233 316
Decimal 213 155 206
Hex D5 9B CE

RGB Percentages of Color #d59bce

%37.11
%27.00
%35.89

CMYK Percentages of Color #d59bce

%0
%27
%3
%16

Triadic Colors of #d59bce

#d59bce #ced59b #9bced5

Analogous Colors of #d59bce

#d59bce #d59bb1 #bf9bd5

Monochromatic Colors of #d59bce

#d59bce

Complementary Color

#d59bce #9bd5a2

#d59bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59bce Color CSS Codes

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

#d59bce Text Font Color

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

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


#d59bce Background Color

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

This div background color is #d59bce


#d59bce Border Color

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

This div border color is #d59bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59bce


Comments

No comments written yet.

Please login to write comment.