Color Hex Logo

#d997ff Color Hex

#D997FF
(217,151,255)
1 Favorites   0 Comments

Color spaces of #d997ff

RGB 217151255
HSL0.771.000.80
HSV278°41°100°
CMYK 0.150.410.00   0.00
XYZ57.731944.1049100.0780
Yxy44.10490.28590.2184
Hunter Lab66.411538.9509-42.8583
CIE-Lab72.298642.8466-42.2178

#d997ff color RGB value is (217,151,255).

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

The process color (four color CMYK) of #d997ff color hex is 0.15, 0.41, 0.00, 0.00. Web safe color of #d997ff is #cc99ff. Color #d997ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11111111
Octal 331 227 377
Decimal 217 151 255
Hex D9 97 FF

RGB Percentages of Color #d997ff

%34.83
%24.24
%40.93

CMYK Percentages of Color #d997ff

%15
%41
%0
%0

Triadic Colors of #d997ff

#d997ff #ffd997 #97ffd9

Analogous Colors of #d997ff

#d997ff #ff97f1 #a597ff

Monochromatic Colors of #d997ff

#d997ff

Complementary Color

#d997ff #bdff97

#d997ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997ff Color CSS Codes

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

#d997ff Text Font Color

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

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


#d997ff Background Color

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

This div background color is #d997ff


#d997ff Border Color

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

This div border color is #d997ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997ff


Comments

No comments written yet.

Please login to write comment.