Color Hex Logo

#d997ef Color Hex

#D997EF
(217,151,239)
0 Favorites   0 Comments

Color spaces of #d997ef

RGB 217151239
HSL0.790.730.76
HSV285°37°94°
CMYK 0.090.370.00   0.06
XYZ55.261943.116987.0711
Yxy43.11690.29800.2325
Hunter Lab65.663535.3133-32.6553
CIE-Lab71.634239.5829-34.5449

#d997ef color RGB value is (217,151,239).

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

The process color (four color CMYK) of #d997ef color hex is 0.09, 0.37, 0.00, 0.06. Web safe color of #d997ef is #cc99ff. Color #d997ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11101111
Octal 331 227 357
Decimal 217 151 239
Hex D9 97 EF

RGB Percentages of Color #d997ef

%35.75
%24.88
%39.37

CMYK Percentages of Color #d997ef

%9
%37
%0
%6

Triadic Colors of #d997ef

#d997ef #efd997 #97efd9

Analogous Colors of #d997ef

#d997ef #ef97d9 #ad97ef

Monochromatic Colors of #d997ef

#d997ef

Complementary Color

#d997ef #adef97

#d997ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997ef Color CSS Codes

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

#d997ef Text Font Color

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

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


#d997ef Background Color

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

This div background color is #d997ef


#d997ef Border Color

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

This div border color is #d997ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997ef


Comments

No comments written yet.

Please login to write comment.