Color Hex Logo

#de67ac Color Hex

#DE67AC
(222,103,172)
0 Favorites   0 Comments

Color spaces of #de67ac

RGB 222103172
HSL0.900.640.64
HSV325°54°87°
CMYK 0.000.540.23   0.13
XYZ42.420828.208642.2387
Yxy28.20860.37580.2499
Hunter Lab53.111849.6238-9.9739
CIE-Lab60.076754.1887-14.6968

#de67ac color RGB value is (222,103,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 10101100
Octal 336 147 254
Decimal 222 103 172
Hex DE 67 AC

RGB Percentages of Color #de67ac

%44.67
%20.72
%34.61

CMYK Percentages of Color #de67ac

%0
%54
%23
%13

Triadic Colors of #de67ac

#de67ac #acde67 #67acde

Analogous Colors of #de67ac

#de67ac #de6771 #d567de

Monochromatic Colors of #de67ac

#de67ac

Complementary Color

#de67ac #67de99

#de67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de67ac Color CSS Codes

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

#de67ac Text Font Color

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

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


#de67ac Background Color

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

This div background color is #de67ac


#de67ac Border Color

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

This div border color is #de67ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de67ac


Comments

No comments written yet.

Please login to write comment.