Color Hex Logo

#d98fea Color Hex

#D98FEA
(217,143,234)
0 Favorites   0 Comments

Color spaces of #d98fea

RGB 217143234
HSL0.800.680.74
HSV289°39°92°
CMYK 0.070.390.00   0.08
XYZ53.289040.337182.8191
Yxy40.33710.30200.2286
Hunter Lab63.511538.6244-32.8562
CIE-Lab69.709042.8551-34.7920

#d98fea color RGB value is (217,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001111 11101010
Octal 331 217 352
Decimal 217 143 234
Hex D9 8F EA

RGB Percentages of Color #d98fea

%36.53
%24.07
%39.39

CMYK Percentages of Color #d98fea

%7
%39
%0
%8

Triadic Colors of #d98fea

#d98fea #ead98f #8fead9

Analogous Colors of #d98fea

#d98fea #ea8fce #ac8fea

Monochromatic Colors of #d98fea

#d98fea

Complementary Color

#d98fea #a0ea8f

#d98fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98fea Color CSS Codes

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

#d98fea Text Font Color

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

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


#d98fea Background Color

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

This div background color is #d98fea


#d98fea Border Color

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

This div border color is #d98fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98fea


Comments

No comments written yet.

Please login to write comment.