Color Hex Logo

#de63ac Color Hex

#DE63AC
(222,99,172)
0 Favorites   0 Comments

Color spaces of #de63ac

RGB 22299172
HSL0.900.650.63
HSV324°55°87°
CMYK 0.000.550.23   0.13
XYZ42.032427.431842.1092
Yxy27.43180.37670.2459
Hunter Lab52.375451.5933-11.0057
CIE-Lab59.371956.0571-15.7628

#de63ac color RGB value is (222,99,172).

#de63ac hex color red value is 222, green value is 99 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de63ac hue: 0.90 , saturation: 0.65 and the lightness value of de63ac is 0.63.

The process color (four color CMYK) of #de63ac color hex is 0.00, 0.55, 0.23, 0.13. Web safe color of #de63ac is #cc6699. Color #de63ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100011 10101100
Octal 336 143 254
Decimal 222 99 172
Hex DE 63 AC

RGB Percentages of Color #de63ac

%45.03
%20.08
%34.89

CMYK Percentages of Color #de63ac

%0
%55
%23
%13

Triadic Colors of #de63ac

#de63ac #acde63 #63acde

Analogous Colors of #de63ac

#de63ac #de636f #d363de

Monochromatic Colors of #de63ac

#de63ac

Complementary Color

#de63ac #63de95

#de63ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de63ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de63ac Color CSS Codes

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

#de63ac Text Font Color

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

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


#de63ac Background Color

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

This div background color is #de63ac


#de63ac Border Color

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

This div border color is #de63ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de63ac


Comments

No comments written yet.

Please login to write comment.