Color Hex Logo

#de06ac Color Hex

#DE06AC
(222,6,172)
0 Favorites   0 Comments

Color spaces of #de06ac

RGB 2226172
HSL0.870.950.45
HSV314°97°87°
CMYK 0.000.970.23   0.13
XYZ37.635718.638440.6437
Yxy18.63840.38830.1923
Hunter Lab43.172280.0573-25.5969
CIE-Lab50.261481.5519-29.7601

#de06ac color RGB value is (222,6,172).

#de06ac hex color red value is 222, green value is 6 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de06ac hue: 0.87 , saturation: 0.95 and the lightness value of de06ac is 0.45.

The process color (four color CMYK) of #de06ac color hex is 0.00, 0.97, 0.23, 0.13. Web safe color of #de06ac is #cc0099. Color #de06ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000110 10101100
Octal 336 6 254
Decimal 222 6 172
Hex DE 6 AC

RGB Percentages of Color #de06ac

%55.50
%1.50
%43.00

CMYK Percentages of Color #de06ac

%0
%97
%23
%13

Triadic Colors of #de06ac

#de06ac #acde06 #06acde

Analogous Colors of #de06ac

#de06ac #de0640 #a406de

Monochromatic Colors of #de06ac

#de06ac

Complementary Color

#de06ac #06de38

#de06ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de06ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de06ac Color CSS Codes

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

#de06ac Text Font Color

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

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


#de06ac Background Color

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

This div background color is #de06ac


#de06ac Border Color

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

This div border color is #de06ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de06ac


Comments

No comments written yet.

Please login to write comment.