Color Hex Logo

#d59aee Color Hex

#D59AEE
(213,154,238)
0 Favorites   0 Comments

Color spaces of #d59aee

RGB 213154238
HSL0.780.710.77
HSV282°35°93°
CMYK 0.110.350.00   0.07
XYZ54.428843.430486.4031
Yxy43.43040.29540.2357
Hunter Lab65.901732.0966-31.6033
CIE-Lab71.846136.5619-33.7037

#d59aee color RGB value is (213,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011010 11101110
Octal 325 232 356
Decimal 213 154 238
Hex D5 9A EE

RGB Percentages of Color #d59aee

%35.21
%25.45
%39.34

CMYK Percentages of Color #d59aee

%11
%35
%0
%7

Triadic Colors of #d59aee

#d59aee #eed59a #9aeed5

Analogous Colors of #d59aee

#d59aee #ee9add #ab9aee

Monochromatic Colors of #d59aee

#d59aee

Complementary Color

#d59aee #b3ee9a

#d59aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59aee Color CSS Codes

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

#d59aee Text Font Color

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

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


#d59aee Background Color

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

This div background color is #d59aee


#d59aee Border Color

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

This div border color is #d59aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59aee


Comments

No comments written yet.

Please login to write comment.