Color Hex Logo

#d97ffb Color Hex

#D97FFB
(217,127,251)
0 Favorites   0 Comments

Color spaces of #d97ffb

RGB 217127251
HSL0.790.940.74
HSV284°49°98°
CMYK 0.140.490.00   0.02
XYZ53.617236.895595.5624
Yxy36.89550.28810.1983
Hunter Lab60.741751.2656-50.7594
CIE-Lab67.198654.5205-48.0411

#d97ffb color RGB value is (217,127,251).

#d97ffb hex color red value is 217, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d97ffb hue: 0.79 , saturation: 0.94 and the lightness value of d97ffb is 0.74.

The process color (four color CMYK) of #d97ffb color hex is 0.14, 0.49, 0.00, 0.02. Web safe color of #d97ffb is #cc66ff. Color #d97ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 11111011
Octal 331 177 373
Decimal 217 127 251
Hex D9 7F FB

RGB Percentages of Color #d97ffb

%36.47
%21.34
%42.18

CMYK Percentages of Color #d97ffb

%14
%49
%0
%2

Triadic Colors of #d97ffb

#d97ffb #fbd97f #7ffbd9

Analogous Colors of #d97ffb

#d97ffb #fb7fdf #9b7ffb

Monochromatic Colors of #d97ffb

#d97ffb

Complementary Color

#d97ffb #a1fb7f

#d97ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ffb Color CSS Codes

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

#d97ffb Text Font Color

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

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


#d97ffb Background Color

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

This div background color is #d97ffb


#d97ffb Border Color

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

This div border color is #d97ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ffb


Comments

No comments written yet.

Please login to write comment.