Color Hex Logo

#de68ac Color Hex

#DE68AC
(222,104,172)
0 Favorites   0 Comments

Color spaces of #de68ac

RGB 222104172
HSL0.900.640.64
HSV325°53°87°
CMYK 0.000.530.23   0.13
XYZ42.520928.408842.2721
Yxy28.40880.37560.2510
Hunter Lab53.299949.1266-9.7129
CIE-Lab60.256353.7151-14.4257

#de68ac color RGB value is (222,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 10101100
Octal 336 150 254
Decimal 222 104 172
Hex DE 68 AC

RGB Percentages of Color #de68ac

%44.58
%20.88
%34.54

CMYK Percentages of Color #de68ac

%0
%53
%23
%13

Triadic Colors of #de68ac

#de68ac #acde68 #68acde

Analogous Colors of #de68ac

#de68ac #de6871 #d568de

Monochromatic Colors of #de68ac

#de68ac

Complementary Color

#de68ac #68de9a

#de68ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de68ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de68ac Color CSS Codes

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

#de68ac Text Font Color

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

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


#de68ac Background Color

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

This div background color is #de68ac


#de68ac Border Color

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

This div border color is #de68ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de68ac


Comments

No comments written yet.

Please login to write comment.