Color Hex Logo

#ea8ae5 Color Hex

#EA8AE5
(234,138,229)
0 Favorites   0 Comments

Color spaces of #ea8ae5

RGB 234138229
HSL0.840.700.73
HSV303°41°92°
CMYK 0.000.410.02   0.08
XYZ57.163041.326579.0927
Yxy41.32650.32190.2327
Hunter Lab64.285746.2227-27.9464
CIE-Lab70.404149.6170-30.8133

#ea8ae5 color RGB value is (234,138,229).

#ea8ae5 hex color red value is 234, green value is 138 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ea8ae5 hue: 0.84 , saturation: 0.70 and the lightness value of ea8ae5 is 0.73.

The process color (four color CMYK) of #ea8ae5 color hex is 0.00, 0.41, 0.02, 0.08. Web safe color of #ea8ae5 is #ff99cc. Color #ea8ae5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 11100101
Octal 352 212 345
Decimal 234 138 229
Hex EA 8A E5

RGB Percentages of Color #ea8ae5

%38.94
%22.96
%38.10

CMYK Percentages of Color #ea8ae5

%0
%41
%2
%8

Triadic Colors of #ea8ae5

#ea8ae5 #e5ea8a #8ae5ea

Analogous Colors of #ea8ae5

#ea8ae5 #ea8ab5 #bf8aea

Monochromatic Colors of #ea8ae5

#ea8ae5

Complementary Color

#ea8ae5 #8aea8f

#ea8ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ae5 Color CSS Codes

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

#ea8ae5 Text Font Color

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

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


#ea8ae5 Background Color

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

This div background color is #ea8ae5


#ea8ae5 Border Color

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

This div border color is #ea8ae5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,138,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ae5


Comments

No comments written yet.

Please login to write comment.