Color Hex Logo

#d98aea Color Hex

#D98AEA
(217,138,234)
0 Favorites   0 Comments

Color spaces of #d98aea

RGB 217138234
HSL0.800.700.73
HSV289°41°92°
CMYK 0.070.410.00   0.08
XYZ52.555038.869282.5745
Yxy38.86920.30200.2234
Hunter Lab62.345241.3658-34.8864
CIE-Lab68.656445.4902-36.4269

#d98aea color RGB value is (217,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11101010
Octal 331 212 352
Decimal 217 138 234
Hex D9 8A EA

RGB Percentages of Color #d98aea

%36.84
%23.43
%39.73

CMYK Percentages of Color #d98aea

%7
%41
%0
%8

Triadic Colors of #d98aea

#d98aea #ead98a #8aead9

Analogous Colors of #d98aea

#d98aea #ea8acb #a98aea

Monochromatic Colors of #d98aea

#d98aea

Complementary Color

#d98aea #9bea8a

#d98aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98aea Color CSS Codes

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

#d98aea Text Font Color

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

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


#d98aea Background Color

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

This div background color is #d98aea


#d98aea Border Color

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

This div border color is #d98aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98aea


Comments

No comments written yet.

Please login to write comment.