Color Hex Logo

#df97fd Color Hex

#DF97FD
(223,151,253)
0 Favorites   0 Comments

Color spaces of #df97fd

RGB 223151253
HSL0.780.960.79
HSV282°40°99°
CMYK 0.120.400.00   0.01
XYZ59.227744.913098.4760
Yxy44.91300.29230.2217
Hunter Lab67.017240.4728-40.2096
CIE-Lab72.834644.1621-40.2504

#df97fd color RGB value is (223,151,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 11111101
Octal 337 227 375
Decimal 223 151 253
Hex DF 97 FD

RGB Percentages of Color #df97fd

%35.57
%24.08
%40.35

CMYK Percentages of Color #df97fd

%12
%40
%0
%1

Triadic Colors of #df97fd

#df97fd #fddf97 #97fddf

Analogous Colors of #df97fd

#df97fd #fd97e8 #ac97fd

Monochromatic Colors of #df97fd

#df97fd

Complementary Color

#df97fd #b5fd97

#df97fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df97fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df97fd Color CSS Codes

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

#df97fd Text Font Color

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

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


#df97fd Background Color

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

This div background color is #df97fd


#df97fd Border Color

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

This div border color is #df97fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df97fd


Comments

No comments written yet.

Please login to write comment.