Color Hex Logo

#d97def Color Hex

#D97DEF
(217,125,239)
0 Favorites   0 Comments

Color spaces of #d97def

RGB 217125239
HSL0.800.780.71
HSV288°48°94°
CMYK 0.090.480.00   0.06
XYZ51.528935.650985.8268
Yxy35.65090.29780.2061
Hunter Lab59.708449.5576-43.4296
CIE-Lab66.252353.1642-42.9356

#d97def color RGB value is (217,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111101 11101111
Octal 331 175 357
Decimal 217 125 239
Hex D9 7D EF

RGB Percentages of Color #d97def

%37.35
%21.51
%41.14

CMYK Percentages of Color #d97def

%9
%48
%0
%6

Triadic Colors of #d97def

#d97def #efd97d #7defd9

Analogous Colors of #d97def

#d97def #ef7dcc #a07def

Monochromatic Colors of #d97def

#d97def

Complementary Color

#d97def #93ef7d

#d97def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97def Color CSS Codes

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

#d97def Text Font Color

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

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


#d97def Background Color

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

This div background color is #d97def


#d97def Border Color

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

This div border color is #d97def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97def


Comments

No comments written yet.

Please login to write comment.