Color Hex Logo

#e168aa Color Hex

#E168AA
(225,104,170)
0 Favorites   0 Comments

Color spaces of #e168aa

RGB 225104170
HSL0.910.670.65
HSV327°54°88°
CMYK 0.000.540.24   0.12
XYZ43.257428.810541.3113
Yxy28.81050.38150.2541
Hunter Lab53.675449.9225-8.0598
CIE-Lab60.614054.3684-12.6950

#e168aa color RGB value is (225,104,170).

#e168aa hex color red value is 225, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e168aa hue: 0.91 , saturation: 0.67 and the lightness value of e168aa is 0.65.

The process color (four color CMYK) of #e168aa color hex is 0.00, 0.54, 0.24, 0.12. Web safe color of #e168aa is #cc6699. Color #e168aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 10101010
Octal 341 150 252
Decimal 225 104 170
Hex E1 68 AA

RGB Percentages of Color #e168aa

%45.09
%20.84
%34.07

CMYK Percentages of Color #e168aa

%0
%54
%24
%12

Triadic Colors of #e168aa

#e168aa #aae168 #68aae1

Analogous Colors of #e168aa

#e168aa #e1686e #dc68e1

Monochromatic Colors of #e168aa

#e168aa

Complementary Color

#e168aa #68e19f

#e168aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e168aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e168aa Color CSS Codes

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

#e168aa Text Font Color

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

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


#e168aa Background Color

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

This div background color is #e168aa


#e168aa Border Color

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

This div border color is #e168aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e168aa


Comments

No comments written yet.

Please login to write comment.