Color Hex Logo

#df96fa Color Hex

#DF96FA
(223,150,250)
0 Favorites   0 Comments

Color spaces of #df96fa

RGB 223150250
HSL0.790.910.78
HSV284°40°98°
CMYK 0.110.400.00   0.02
XYZ58.593144.402895.9249
Yxy44.40280.29460.2232
Hunter Lab66.635440.3446-38.7060
CIE-Lab72.496944.0868-39.1478

#df96fa color RGB value is (223,150,250).

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

The process color (four color CMYK) of #df96fa color hex is 0.11, 0.40, 0.00, 0.02. Web safe color of #df96fa is #cc99ff. Color #df96fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 11111010
Octal 337 226 372
Decimal 223 150 250
Hex DF 96 FA

RGB Percentages of Color #df96fa

%35.79
%24.08
%40.13

CMYK Percentages of Color #df96fa

%11
%40
%0
%2

Triadic Colors of #df96fa

#df96fa #fadf96 #96fadf

Analogous Colors of #df96fa

#df96fa #fa96e3 #ad96fa

Monochromatic Colors of #df96fa

#df96fa

Complementary Color

#df96fa #b1fa96

#df96fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df96fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df96fa Color CSS Codes

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

#df96fa Text Font Color

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

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


#df96fa Background Color

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

This div background color is #df96fa


#df96fa Border Color

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

This div border color is #df96fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,150,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df96fa

Related Colors


Comments

No comments written yet.

Please login to write comment.