Color Hex Logo

#d97aff Color Hex

#D97AFF
(217,122,255)
0 Favorites   0 Comments

Color spaces of #d97aff

RGB 217122255
HSL0.791.000.74
HSV283°52°100°
CMYK 0.150.520.00   0.00
XYZ53.624835.890898.7090
Yxy35.89080.28490.1907
Hunter Lab59.908954.9357-55.7530
CIE-Lab66.436457.8251-51.4342

#d97aff color RGB value is (217,122,255).

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

The process color (four color CMYK) of #d97aff color hex is 0.15, 0.52, 0.00, 0.00. Web safe color of #d97aff is #cc66ff. Color #d97aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111010 11111111
Octal 331 172 377
Decimal 217 122 255
Hex D9 7A FF

RGB Percentages of Color #d97aff

%36.53
%20.54
%42.93

CMYK Percentages of Color #d97aff

%15
%52
%0
%0

Triadic Colors of #d97aff

#d97aff #ffd97a #7affd9

Analogous Colors of #d97aff

#d97aff #ff7ae3 #977aff

Monochromatic Colors of #d97aff

#d97aff

Complementary Color

#d97aff #a0ff7a

#d97aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97aff Color CSS Codes

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

#d97aff Text Font Color

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

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


#d97aff Background Color

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

This div background color is #d97aff


#d97aff Border Color

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

This div border color is #d97aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97aff


Comments

No comments written yet.

Please login to write comment.