Color Hex Logo

#de94dc Color Hex

#DE94DC
(222,148,220)
0 Favorites   0 Comments

Color spaces of #de94dc

RGB 222148220
HSL0.840.530.73
HSV302°33°87°
CMYK 0.000.330.01   0.13
XYZ53.632441.876772.9664
Yxy41.87670.31830.2486
Hunter Lab64.712234.6915-21.5540
CIE-Lab70.785839.0971-25.3879

#de94dc color RGB value is (222,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 11011100
Octal 336 224 334
Decimal 222 148 220
Hex DE 94 DC

RGB Percentages of Color #de94dc

%37.63
%25.08
%37.29

CMYK Percentages of Color #de94dc

%0
%33
%1
%13

Triadic Colors of #de94dc

#de94dc #dcde94 #94dcde

Analogous Colors of #de94dc

#de94dc #de94b7 #bb94de

Monochromatic Colors of #de94dc

#de94dc

Complementary Color

#de94dc #94de96

#de94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de94dc Color CSS Codes

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

#de94dc Text Font Color

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

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


#de94dc Background Color

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

This div background color is #de94dc


#de94dc Border Color

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

This div border color is #de94dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de94dc


Comments

No comments written yet.

Please login to write comment.