Color Hex Logo

#d97eef Color Hex

#D97EEF
(217,126,239)
0 Favorites   0 Comments

Color spaces of #d97eef

RGB 217126239
HSL0.800.780.72
HSV288°47°94°
CMYK 0.090.470.00   0.06
XYZ51.656135.905485.8692
Yxy35.90540.29780.2070
Hunter Lab59.921149.0173-43.0200
CIE-Lab66.447652.6578-42.6293

#d97eef color RGB value is (217,126,239).

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

The process color (four color CMYK) of #d97eef color hex is 0.09, 0.47, 0.00, 0.06. Web safe color of #d97eef is #cc66ff. Color #d97eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11101111
Octal 331 176 357
Decimal 217 126 239
Hex D9 7E EF

RGB Percentages of Color #d97eef

%37.29
%21.65
%41.07

CMYK Percentages of Color #d97eef

%9
%47
%0
%6

Triadic Colors of #d97eef

#d97eef #efd97e #7eefd9

Analogous Colors of #d97eef

#d97eef #ef7ecd #a17eef

Monochromatic Colors of #d97eef

#d97eef

Complementary Color

#d97eef #94ef7e

#d97eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97eef Color CSS Codes

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

#d97eef Text Font Color

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

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


#d97eef Background Color

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

This div background color is #d97eef


#d97eef Border Color

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

This div border color is #d97eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97eef


Comments

No comments written yet.

Please login to write comment.