Color Hex Logo

#de78aa Color Hex

#DE78AA
(222,120,170)
0 Favorites   0 Comments

Color spaces of #de78aa

RGB 222120170
HSL0.920.610.67
HSV331°46°87°
CMYK 0.000.460.23   0.13
XYZ44.096431.864841.8566
Yxy31.86480.37430.2705
Hunter Lab56.448940.6539-4.4490
CIE-Lab63.231045.5590-8.8172

#de78aa color RGB value is (222,120,170).

#de78aa hex color red value is 222, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de78aa hue: 0.92 , saturation: 0.61 and the lightness value of de78aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111000 10101010
Octal 336 170 252
Decimal 222 120 170
Hex DE 78 AA

RGB Percentages of Color #de78aa

%43.36
%23.44
%33.20

CMYK Percentages of Color #de78aa

%0
%46
%23
%13

Triadic Colors of #de78aa

#de78aa #aade78 #78aade

Analogous Colors of #de78aa

#de78aa #de7978 #de78dd

Monochromatic Colors of #de78aa

#de78aa

Complementary Color

#de78aa #78deac

#de78aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de78aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de78aa Color CSS Codes

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

#de78aa Text Font Color

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

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


#de78aa Background Color

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

This div background color is #de78aa


#de78aa Border Color

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

This div border color is #de78aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de78aa


Comments

No comments written yet.

Please login to write comment.