Color Hex Logo

#d997fc Color Hex

#D997FC
(217,151,252)
0 Favorites   0 Comments

Color spaces of #d997fc

RGB 217151252
HSL0.780.940.79
HSV279°40°99°
CMYK 0.140.400.00   0.01
XYZ57.252643.913297.5540
Yxy43.91320.28810.2210
Hunter Lab66.267038.2510-40.8959
CIE-Lab72.170442.2237-40.7900

#d997fc color RGB value is (217,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010111 11111100
Octal 331 227 374
Decimal 217 151 252
Hex D9 97 FC

RGB Percentages of Color #d997fc

%35.00
%24.35
%40.65

CMYK Percentages of Color #d997fc

%14
%40
%0
%1

Triadic Colors of #d997fc

#d997fc #fcd997 #97fcd9

Analogous Colors of #d997fc

#d997fc #fc97ed #a797fc

Monochromatic Colors of #d997fc

#d997fc

Complementary Color

#d997fc #bafc97

#d997fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d997fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d997fc Color CSS Codes

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

#d997fc Text Font Color

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

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


#d997fc Background Color

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

This div background color is #d997fc


#d997fc Border Color

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

This div border color is #d997fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d997fc


Comments

No comments written yet.

Please login to write comment.