Color Hex Logo

#d98efa Color Hex

#D98EFA
(217,142,250)
0 Favorites   0 Comments

Color spaces of #d98efa

RGB 217142250
HSL0.780.920.77
HSV282°43°98°
CMYK 0.130.430.00   0.02
XYZ55.543640.999895.4288
Yxy40.99980.28930.2136
Hunter Lab64.031142.7850-43.5412
CIE-Lab70.175846.5773-42.8187

#d98efa color RGB value is (217,142,250).

#d98efa hex color red value is 217, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d98efa hue: 0.78 , saturation: 0.92 and the lightness value of d98efa is 0.77.

The process color (four color CMYK) of #d98efa color hex is 0.13, 0.43, 0.00, 0.02. Web safe color of #d98efa is #cc99ff. Color #d98efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 11111010
Octal 331 216 372
Decimal 217 142 250
Hex D9 8E FA

RGB Percentages of Color #d98efa

%35.63
%23.32
%41.05

CMYK Percentages of Color #d98efa

%13
%43
%0
%2

Triadic Colors of #d98efa

#d98efa #fad98e #8efad9

Analogous Colors of #d98efa

#d98efa #fa8ee5 #a38efa

Monochromatic Colors of #d98efa

#d98efa

Complementary Color

#d98efa #affa8e

#d98efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98efa Color CSS Codes

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

#d98efa Text Font Color

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

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


#d98efa Background Color

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

This div background color is #d98efa


#d98efa Border Color

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

This div border color is #d98efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,142,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98efa


Comments

No comments written yet.

Please login to write comment.