Color Hex Logo

#d88aea Color Hex

#D88AEA
(216,138,234)
0 Favorites   0 Comments

Color spaces of #d88aea

RGB 216138234
HSL0.800.700.73
HSV289°41°92°
CMYK 0.080.410.00   0.08
XYZ52.258738.716482.5606
Yxy38.71640.30110.2231
Hunter Lab62.222541.0271-35.1138
CIE-Lab68.545345.1963-36.6081

#d88aea color RGB value is (216,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11101010
Octal 330 212 352
Decimal 216 138 234
Hex D8 8A EA

RGB Percentages of Color #d88aea

%36.73
%23.47
%39.80

CMYK Percentages of Color #d88aea

%8
%41
%0
%8

Triadic Colors of #d88aea

#d88aea #ead88a #8aead8

Analogous Colors of #d88aea

#d88aea #ea8acc #a88aea

Monochromatic Colors of #d88aea

#d88aea

Complementary Color

#d88aea #9cea8a

#d88aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88aea Color CSS Codes

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

#d88aea Text Font Color

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

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


#d88aea Background Color

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

This div background color is #d88aea


#d88aea Border Color

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

This div border color is #d88aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88aea


Comments

No comments written yet.

Please login to write comment.