Color Hex Logo

#de96df Color Hex

#DE96DF
(222,150,223)
0 Favorites   0 Comments

Color spaces of #de96df

RGB 222150223
HSL0.830.530.73
HSV299°33°87°
CMYK 0.000.330.00   0.13
XYZ54.349842.670075.1836
Yxy42.67000.31560.2478
Hunter Lab65.322334.2026-22.5151
CIE-Lab71.330438.5838-26.2040

#de96df color RGB value is (222,150,223).

#de96df hex color red value is 222, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de96df hue: 0.83 , saturation: 0.53 and the lightness value of de96df is 0.73.

The process color (four color CMYK) of #de96df color hex is 0.00, 0.33, 0.00, 0.13. Web safe color of #de96df is #cc99cc. Color #de96df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 11011111
Octal 336 226 337
Decimal 222 150 223
Hex DE 96 DF

RGB Percentages of Color #de96df

%37.31
%25.21
%37.48

CMYK Percentages of Color #de96df

%0
%33
%0
%13

Triadic Colors of #de96df

#de96df #dfde96 #96dfde

Analogous Colors of #de96df

#de96df #df96bc #ba96df

Monochromatic Colors of #de96df

#de96df

Complementary Color

#de96df #97df96

#de96df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de96df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de96df Color CSS Codes

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

#de96df Text Font Color

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

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


#de96df Background Color

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

This div background color is #de96df


#de96df Border Color

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

This div border color is #de96df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de96df


Comments

No comments written yet.

Please login to write comment.