Color Hex Logo

#d59bef Color Hex

#D59BEF
(213,155,239)
0 Favorites   0 Comments

Color spaces of #d59bef

RGB 213155239
HSL0.780.720.77
HSV281°35°94°
CMYK 0.110.350.00   0.06
XYZ54.741943.820887.2344
Yxy43.82080.29460.2359
Hunter Lab66.197331.7655-31.7939
CIE-Lab72.108636.2254-33.8431

#d59bef color RGB value is (213,155,239).

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

The process color (four color CMYK) of #d59bef color hex is 0.11, 0.35, 0.00, 0.06. Web safe color of #d59bef is #cc99ff. Color #d59bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011011 11101111
Octal 325 233 357
Decimal 213 155 239
Hex D5 9B EF

RGB Percentages of Color #d59bef

%35.09
%25.54
%39.37

CMYK Percentages of Color #d59bef

%11
%35
%0
%6

Triadic Colors of #d59bef

#d59bef #efd59b #9befd5

Analogous Colors of #d59bef

#d59bef #ef9bdf #ab9bef

Monochromatic Colors of #d59bef

#d59bef

Complementary Color

#d59bef #b5ef9b

#d59bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59bef Color CSS Codes

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

#d59bef Text Font Color

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

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


#d59bef Background Color

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

This div background color is #d59bef


#d59bef Border Color

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

This div border color is #d59bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59bef


Comments

No comments written yet.

Please login to write comment.