Color Hex Logo

#d88aeb Color Hex

#D88AEB
(216,138,235)
0 Favorites   0 Comments

Color spaces of #d88aeb

RGB 216138235
HSL0.800.710.73
HSV288°41°92°
CMYK 0.080.410.00   0.08
XYZ52.402838.774083.3195
Yxy38.77400.30030.2222
Hunter Lab62.268841.2478-35.7456
CIE-Lab68.587245.3918-37.0930

#d88aeb color RGB value is (216,138,235).

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

The process color (four color CMYK) of #d88aeb color hex is 0.08, 0.41, 0.00, 0.08. Web safe color of #d88aeb is #cc99ff. Color #d88aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11101011
Octal 330 212 353
Decimal 216 138 235
Hex D8 8A EB

RGB Percentages of Color #d88aeb

%36.67
%23.43
%39.90

CMYK Percentages of Color #d88aeb

%8
%41
%0
%8

Triadic Colors of #d88aeb

#d88aeb #ebd88a #8aebd8

Analogous Colors of #d88aeb

#d88aeb #eb8ace #a88aeb

Monochromatic Colors of #d88aeb

#d88aeb

Complementary Color

#d88aeb #9deb8a

#d88aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88aeb Color CSS Codes

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

#d88aeb Text Font Color

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

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


#d88aeb Background Color

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

This div background color is #d88aeb


#d88aeb Border Color

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

This div border color is #d88aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,138,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88aeb


Comments

No comments written yet.

Please login to write comment.