Color Hex Logo

#d97efb Color Hex

#D97EFB
(217,126,251)
0 Favorites   0 Comments

Color spaces of #d97efb

RGB 217126251
HSL0.790.940.74
HSV284°50°98°
CMYK 0.140.500.00   0.02
XYZ53.488736.638595.5196
Yxy36.63850.28810.1974
Hunter Lab60.529751.8092-51.1924
CIE-Lab67.004955.0248-48.3463

#d97efb color RGB value is (217,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11111011
Octal 331 176 373
Decimal 217 126 251
Hex D9 7E FB

RGB Percentages of Color #d97efb

%36.53
%21.21
%42.26

CMYK Percentages of Color #d97efb

%14
%50
%0
%2

Triadic Colors of #d97efb

#d97efb #fbd97e #7efbd9

Analogous Colors of #d97efb

#d97efb #fb7edf #9b7efb

Monochromatic Colors of #d97efb

#d97efb

Complementary Color

#d97efb #a0fb7e

#d97efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97efb Color CSS Codes

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

#d97efb Text Font Color

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

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


#d97efb Background Color

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

This div background color is #d97efb


#d97efb Border Color

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

This div border color is #d97efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97efb


Comments

No comments written yet.

Please login to write comment.