Color Hex Logo

#d88eeb Color Hex

#D88EEB
(216,142,235)
0 Favorites   0 Comments

Color spaces of #d88eeb

RGB 216142235
HSL0.800.700.74
HSV288°40°92°
CMYK 0.080.400.00   0.08
XYZ52.987339.943183.5143
Yxy39.94310.30030.2264
Hunter Lab63.200639.0533-34.1064
CIE-Lab69.429043.2823-35.7842

#d88eeb color RGB value is (216,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001110 11101011
Octal 330 216 353
Decimal 216 142 235
Hex D8 8E EB

RGB Percentages of Color #d88eeb

%36.42
%23.95
%39.63

CMYK Percentages of Color #d88eeb

%8
%40
%0
%8

Triadic Colors of #d88eeb

#d88eeb #ebd88e #8eebd8

Analogous Colors of #d88eeb

#d88eeb #eb8ed0 #aa8eeb

Monochromatic Colors of #d88eeb

#d88eeb

Complementary Color

#d88eeb #a1eb8e

#d88eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88eeb Color CSS Codes

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

#d88eeb Text Font Color

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

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


#d88eeb Background Color

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

This div background color is #d88eeb


#d88eeb Border Color

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

This div border color is #d88eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88eeb


Comments

No comments written yet.

Please login to write comment.