Color Hex Logo

#d97eea Color Hex

#D97EEA
(217,126,234)
0 Favorites   0 Comments

Color spaces of #d97eea

RGB 217126234
HSL0.810.720.71
HSV291°46°92°
CMYK 0.070.460.00   0.08
XYZ50.927435.613982.0319
Yxy35.61390.30210.2113
Hunter Lab59.677447.8927-39.7252
CIE-Lab66.223951.6944-40.2206

#d97eea color RGB value is (217,126,234).

#d97eea hex color red value is 217, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d97eea hue: 0.81 , saturation: 0.72 and the lightness value of d97eea is 0.71.

The process color (four color CMYK) of #d97eea color hex is 0.07, 0.46, 0.00, 0.08. Web safe color of #d97eea is #cc66ff. Color #d97eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11101010
Octal 331 176 352
Decimal 217 126 234
Hex D9 7E EA

RGB Percentages of Color #d97eea

%37.61
%21.84
%40.55

CMYK Percentages of Color #d97eea

%7
%46
%0
%8

Triadic Colors of #d97eea

#d97eea #ead97e #7eead9

Analogous Colors of #d97eea

#d97eea #ea7ec5 #a37eea

Monochromatic Colors of #d97eea

#d97eea

Complementary Color

#d97eea #8fea7e

#d97eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97eea Color CSS Codes

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

#d97eea Text Font Color

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

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


#d97eea Background Color

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

This div background color is #d97eea


#d97eea Border Color

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

This div border color is #d97eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97eea


Comments

No comments written yet.

Please login to write comment.