Color Hex Logo

#de70ae Color Hex

#DE70AE
(222,112,174)
0 Favorites   0 Comments

Color spaces of #de70ae

RGB 222112174
HSL0.910.630.65
HSV326°50°87°
CMYK 0.000.500.22   0.13
XYZ43.558430.173943.5728
Yxy30.17390.37130.2572
Hunter Lab54.930845.4161-8.5791
CIE-Lab61.804050.1293-13.2386

#de70ae color RGB value is (222,112,174).

#de70ae hex color red value is 222, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #de70ae hue: 0.91 , saturation: 0.63 and the lightness value of de70ae is 0.65.

The process color (four color CMYK) of #de70ae color hex is 0.00, 0.50, 0.22, 0.13. Web safe color of #de70ae is #cc6699. Color #de70ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 10101110
Octal 336 160 256
Decimal 222 112 174
Hex DE 70 AE

RGB Percentages of Color #de70ae

%43.70
%22.05
%34.25

CMYK Percentages of Color #de70ae

%0
%50
%22
%13

Triadic Colors of #de70ae

#de70ae #aede70 #70aede

Analogous Colors of #de70ae

#de70ae #de7077 #d770de

Monochromatic Colors of #de70ae

#de70ae

Complementary Color

#de70ae #70dea0

#de70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de70ae Color CSS Codes

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

#de70ae Text Font Color

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

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


#de70ae Background Color

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

This div background color is #de70ae


#de70ae Border Color

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

This div border color is #de70ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,112,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de70ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de70ae


Comments

No comments written yet.

Please login to write comment.