Color Hex Logo

#e65eaa Color Hex

#E65EAA
(230,94,170)
0 Favorites   0 Comments

Color spaces of #e65eaa

RGB 23094170
HSL0.910.730.64
HSV326°59°90°
CMYK 0.000.590.26   0.10
XYZ43.891527.730741.0694
Yxy27.73070.38950.2461
Hunter Lab52.659956.6229-9.3782
CIE-Lab59.644760.4168-14.0831

#e65eaa color RGB value is (230,94,170).

#e65eaa hex color red value is 230, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e65eaa hue: 0.91 , saturation: 0.73 and the lightness value of e65eaa is 0.64.

The process color (four color CMYK) of #e65eaa color hex is 0.00, 0.59, 0.26, 0.10. Web safe color of #e65eaa is #ff6699. Color #e65eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 10101010
Octal 346 136 252
Decimal 230 94 170
Hex E6 5E AA

RGB Percentages of Color #e65eaa

%46.56
%19.03
%34.41

CMYK Percentages of Color #e65eaa

%0
%59
%26
%10

Triadic Colors of #e65eaa

#e65eaa #aae65e #5eaae6

Analogous Colors of #e65eaa

#e65eaa #e65e66 #de5ee6

Monochromatic Colors of #e65eaa

#e65eaa

Complementary Color

#e65eaa #5ee69a

#e65eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65eaa Color CSS Codes

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

#e65eaa Text Font Color

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

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


#e65eaa Background Color

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

This div background color is #e65eaa


#e65eaa Border Color

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

This div border color is #e65eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65eaa


Comments

No comments written yet.

Please login to write comment.