Color Hex Logo

#ea63aa Color Hex

#EA63AA
(234,99,170)
0 Favorites   0 Comments

Color spaces of #ea63aa

RGB 23499170
HSL0.910.760.65
HSV328°58°92°
CMYK 0.000.580.27   0.08
XYZ45.649229.318441.2832
Yxy29.31840.39270.2522
Hunter Lab54.146555.7315-7.3023
CIE-Lab61.061659.4008-11.8904

#ea63aa color RGB value is (234,99,170).

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

The process color (four color CMYK) of #ea63aa color hex is 0.00, 0.58, 0.27, 0.08. Web safe color of #ea63aa is #ff6699. Color #ea63aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 10101010
Octal 352 143 252
Decimal 234 99 170
Hex EA 63 AA

RGB Percentages of Color #ea63aa

%46.52
%19.68
%33.80

CMYK Percentages of Color #ea63aa

%0
%58
%27
%8

Triadic Colors of #ea63aa

#ea63aa #aaea63 #63aaea

Analogous Colors of #ea63aa

#ea63aa #ea6367 #e763ea

Monochromatic Colors of #ea63aa

#ea63aa

Complementary Color

#ea63aa #63eaa3

#ea63aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea63aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea63aa Color CSS Codes

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

#ea63aa Text Font Color

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

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


#ea63aa Background Color

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

This div background color is #ea63aa


#ea63aa Border Color

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

This div border color is #ea63aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea63aa


Comments

No comments written yet.

Please login to write comment.