Color Hex Logo

#d97feb Color Hex

#D97FEB
(217,127,235)
0 Favorites   0 Comments

Color spaces of #d97feb

RGB 217127235
HSL0.810.730.71
HSV290°46°92°
CMYK 0.080.460.00   0.08
XYZ51.200035.928682.8336
Yxy35.92860.30120.2114
Hunter Lab59.940547.5755-39.9764
CIE-Lab66.465351.3768-40.3951

#d97feb color RGB value is (217,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 11101011
Octal 331 177 353
Decimal 217 127 235
Hex D9 7F EB

RGB Percentages of Color #d97feb

%37.48
%21.93
%40.59

CMYK Percentages of Color #d97feb

%8
%46
%0
%8

Triadic Colors of #d97feb

#d97feb #ebd97f #7febd9

Analogous Colors of #d97feb

#d97feb #eb7fc7 #a37feb

Monochromatic Colors of #d97feb

#d97feb

Complementary Color

#d97feb #91eb7f

#d97feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97feb Color CSS Codes

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

#d97feb Text Font Color

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

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


#d97feb Background Color

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

This div background color is #d97feb


#d97feb Border Color

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

This div border color is #d97feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97feb


Comments

No comments written yet.

Please login to write comment.