Color Hex Logo

#de5dac Color Hex

#DE5DAC
(222,93,172)
0 Favorites   0 Comments

Color spaces of #de5dac

RGB 22293172
HSL0.900.660.62
HSV323°58°87°
CMYK 0.000.580.23   0.13
XYZ41.484926.336941.9267
Yxy26.33690.37800.2400
Hunter Lab51.319554.4841-12.5148
CIE-Lab58.355558.7770-17.3045

#de5dac color RGB value is (222,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011101 10101100
Octal 336 135 254
Decimal 222 93 172
Hex DE 5D AC

RGB Percentages of Color #de5dac

%45.59
%19.10
%35.32

CMYK Percentages of Color #de5dac

%0
%58
%23
%13

Triadic Colors of #de5dac

#de5dac #acde5d #5dacde

Analogous Colors of #de5dac

#de5dac #de5d6c #d05dde

Monochromatic Colors of #de5dac

#de5dac

Complementary Color

#de5dac #5dde8f

#de5dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5dac Color CSS Codes

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

#de5dac Text Font Color

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

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


#de5dac Background Color

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

This div background color is #de5dac


#de5dac Border Color

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

This div border color is #de5dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5dac


Comments

No comments written yet.

Please login to write comment.