Color Hex Logo

#d997ec Color Hex

#D997EC
(217,151,236)
0 Favorites   0 Comments

Color spaces of #d997ec

RGB 217151236
HSL0.800.690.76
HSV287°36°93°
CMYK 0.080.360.00   0.07
XYZ54.822242.941184.7559
Yxy42.94110.30040.2353
Hunter Lab65.529534.6572-30.8152
CIE-Lab71.515038.9873-33.0904

#d997ec color RGB value is (217,151,236).

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

The process color (four color CMYK) of #d997ec color hex is 0.08, 0.36, 0.00, 0.07. Web safe color of #d997ec is #cc99ff. Color #d997ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11101100
Octal 331 227 354
Decimal 217 151 236
Hex D9 97 EC

RGB Percentages of Color #d997ec

%35.93
%25.00
%39.07

CMYK Percentages of Color #d997ec

%8
%36
%0
%7

Triadic Colors of #d997ec

#d997ec #ecd997 #97ecd9

Analogous Colors of #d997ec

#d997ec #ec97d5 #af97ec

Monochromatic Colors of #d997ec

#d997ec

Complementary Color

#d997ec #aaec97

#d997ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997ec Color CSS Codes

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

#d997ec Text Font Color

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

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


#d997ec Background Color

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

This div background color is #d997ec


#d997ec Border Color

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

This div border color is #d997ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997ec


Comments

No comments written yet.

Please login to write comment.