Color Hex Logo

#d97afb Color Hex

#D97AFB
(217,122,251)
0 Favorites   0 Comments

Color spaces of #d97afb

RGB 217122251
HSL0.790.940.73
HSV284°51°98°
CMYK 0.140.510.00   0.02
XYZ52.987435.635895.3524
Yxy35.63580.28800.1937
Hunter Lab59.695753.9735-52.9173
CIE-Lab66.240757.0252-49.5522

#d97afb color RGB value is (217,122,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111010 11111011
Octal 331 172 373
Decimal 217 122 251
Hex D9 7A FB

RGB Percentages of Color #d97afb

%36.78
%20.68
%42.54

CMYK Percentages of Color #d97afb

%14
%51
%0
%2

Triadic Colors of #d97afb

#d97afb #fbd97a #7afbd9

Analogous Colors of #d97afb

#d97afb #fb7add #997afb

Monochromatic Colors of #d97afb

#d97afb

Complementary Color

#d97afb #9cfb7a

#d97afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97afb Color CSS Codes

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

#d97afb Text Font Color

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

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


#d97afb Background Color

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

This div background color is #d97afb


#d97afb Border Color

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

This div border color is #d97afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97afb

Related Colors


Comments

No comments written yet.

Please login to write comment.