Color Hex Logo

#d997fd Color Hex

#D997FD
(217,151,253)
0 Favorites   0 Comments

Color spaces of #d997fd

RGB 217151253
HSL0.770.960.79
HSV279°40°99°
CMYK 0.140.400.00   0.01
XYZ57.411543.976898.3910
Yxy43.97680.28740.2201
Hunter Lab66.315038.4832-41.5476
CIE-Lab72.213042.4306-41.2665

#d997fd color RGB value is (217,151,253).

#d997fd hex color red value is 217, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d997fd hue: 0.77 , saturation: 0.96 and the lightness value of d997fd is 0.79.

The process color (four color CMYK) of #d997fd color hex is 0.14, 0.40, 0.00, 0.01. Web safe color of #d997fd is #cc99ff. Color #d997fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11111101
Octal 331 227 375
Decimal 217 151 253
Hex D9 97 FD

RGB Percentages of Color #d997fd

%34.94
%24.32
%40.74

CMYK Percentages of Color #d997fd

%14
%40
%0
%1

Triadic Colors of #d997fd

#d997fd #fdd997 #97fdd9

Analogous Colors of #d997fd

#d997fd #fd97ee #a697fd

Monochromatic Colors of #d997fd

#d997fd

Complementary Color

#d997fd #bbfd97

#d997fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997fd Color CSS Codes

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

#d997fd Text Font Color

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

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


#d997fd Background Color

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

This div background color is #d997fd


#d997fd Border Color

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

This div border color is #d997fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997fd

Related Colors


Comments

No comments written yet.

Please login to write comment.