Color Hex Logo

#de31ac Color Hex

#DE31AC
(222,49,172)
0 Favorites   0 Comments

Color spaces of #de31ac

RGB 22249172
HSL0.880.720.53
HSV317°78°87°
CMYK 0.000.780.23   0.13
XYZ38.668920.704840.9881
Yxy20.70480.38530.2063
Hunter Lab45.502572.0632-21.5559
CIE-Lab52.624974.6942-26.0908

#de31ac color RGB value is (222,49,172).

#de31ac hex color red value is 222, green value is 49 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de31ac hue: 0.88 , saturation: 0.72 and the lightness value of de31ac is 0.53.

The process color (four color CMYK) of #de31ac color hex is 0.00, 0.78, 0.23, 0.13. Web safe color of #de31ac is #cc3399. Color #de31ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 10101100
Octal 336 61 254
Decimal 222 49 172
Hex DE 31 AC

RGB Percentages of Color #de31ac

%50.11
%11.06
%38.83

CMYK Percentages of Color #de31ac

%0
%78
%23
%13

Triadic Colors of #de31ac

#de31ac #acde31 #31acde

Analogous Colors of #de31ac

#de31ac #de3155 #ba31de

Monochromatic Colors of #de31ac

#de31ac

Complementary Color

#de31ac #31de63

#de31ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de31ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de31ac Color CSS Codes

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

#de31ac Text Font Color

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

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


#de31ac Background Color

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

This div background color is #de31ac


#de31ac Border Color

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

This div border color is #de31ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de31ac


Comments

No comments written yet.

Please login to write comment.