Color Hex Logo

#de95dc Color Hex

#DE95DC
(222,149,220)
0 Favorites   0 Comments

Color spaces of #de95dc

RGB 222149220
HSL0.840.530.73
HSV302°33°87°
CMYK 0.000.330.01   0.13
XYZ53.789942.191873.0189
Yxy42.19180.31830.2497
Hunter Lab64.955234.1456-21.1817
CIE-Lab71.003038.5653-25.0555

#de95dc color RGB value is (222,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 11011100
Octal 336 225 334
Decimal 222 149 220
Hex DE 95 DC

RGB Percentages of Color #de95dc

%37.56
%25.21
%37.23

CMYK Percentages of Color #de95dc

%0
%33
%1
%13

Triadic Colors of #de95dc

#de95dc #dcde95 #95dcde

Analogous Colors of #de95dc

#de95dc #de95b8 #bc95de

Monochromatic Colors of #de95dc

#de95dc

Complementary Color

#de95dc #95de97

#de95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95dc Color CSS Codes

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

#de95dc Text Font Color

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

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


#de95dc Background Color

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

This div background color is #de95dc


#de95dc Border Color

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

This div border color is #de95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95dc


Comments

No comments written yet.

Please login to write comment.