Color Hex Logo

#d88aee Color Hex

#D88AEE
(216,138,238)
0 Favorites   0 Comments

Color spaces of #d88aee

RGB 216138238
HSL0.800.750.74
HSV287°42°93°
CMYK 0.090.420.00   0.07
XYZ52.840038.948985.6218
Yxy38.94890.29780.2195
Hunter Lab62.409141.9151-37.6563
CIE-Lab68.714245.9815-38.5437

#d88aee color RGB value is (216,138,238).

#d88aee hex color red value is 216, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d88aee hue: 0.80 , saturation: 0.75 and the lightness value of d88aee is 0.74.

The process color (four color CMYK) of #d88aee color hex is 0.09, 0.42, 0.00, 0.07. Web safe color of #d88aee is #cc99ff. Color #d88aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11101110
Octal 330 212 356
Decimal 216 138 238
Hex D8 8A EE

RGB Percentages of Color #d88aee

%36.49
%23.31
%40.20

CMYK Percentages of Color #d88aee

%9
%42
%0
%7

Triadic Colors of #d88aee

#d88aee #eed88a #8aeed8

Analogous Colors of #d88aee

#d88aee #ee8ad2 #a68aee

Monochromatic Colors of #d88aee

#d88aee

Complementary Color

#d88aee #a0ee8a

#d88aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88aee Color CSS Codes

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

#d88aee Text Font Color

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

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


#d88aee Background Color

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

This div background color is #d88aee


#d88aee Border Color

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

This div border color is #d88aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88aee


Comments

No comments written yet.

Please login to write comment.