Color Hex Logo

#d96efa Color Hex

#D96EFA
(217,110,250)
0 Favorites   0 Comments

Color spaces of #d96efa

RGB 217110250
HSL0.790.930.71
HSV286°56°98°
CMYK 0.130.560.00   0.02
XYZ51.446532.805794.0631
Yxy32.80570.28850.1840
Hunter Lab57.276360.0982-57.2768
CIE-Lab64.003362.6410-52.5435

#d96efa color RGB value is (217,110,250).

#d96efa hex color red value is 217, green value is 110 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d96efa hue: 0.79 , saturation: 0.93 and the lightness value of d96efa is 0.71.

The process color (four color CMYK) of #d96efa color hex is 0.13, 0.56, 0.00, 0.02. Web safe color of #d96efa is #cc66ff. Color #d96efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 11111010
Octal 331 156 372
Decimal 217 110 250
Hex D9 6E FA

RGB Percentages of Color #d96efa

%37.61
%19.06
%43.33

CMYK Percentages of Color #d96efa

%13
%56
%0
%2

Triadic Colors of #d96efa

#d96efa #fad96e #6efad9

Analogous Colors of #d96efa

#d96efa #fa6ed5 #936efa

Monochromatic Colors of #d96efa

#d96efa

Complementary Color

#d96efa #8ffa6e

#d96efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96efa Color CSS Codes

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

#d96efa Text Font Color

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

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


#d96efa Background Color

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

This div background color is #d96efa


#d96efa Border Color

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

This div border color is #d96efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96efa

Related Colors


Comments

No comments written yet.

Please login to write comment.