Color Hex Logo

#ea5eed Color Hex

#EA5EED
(234,94,237)
0 Favorites   0 Comments

Color spaces of #ea5eed

RGB 23494237
HSL0.830.800.65
HSV299°60°93°
CMYK 0.010.600.00   0.07
XYZ53.220431.612383.4175
Yxy31.61230.31630.1879
Hunter Lab56.224870.5683-48.6078
CIE-Lab63.021271.5048-46.7614

#ea5eed color RGB value is (234,94,237).

#ea5eed hex color red value is 234, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea5eed hue: 0.83 , saturation: 0.80 and the lightness value of ea5eed is 0.65.

The process color (four color CMYK) of #ea5eed color hex is 0.01, 0.60, 0.00, 0.07. Web safe color of #ea5eed is #ff66ff. Color #ea5eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 11101101
Octal 352 136 355
Decimal 234 94 237
Hex EA 5E ED

RGB Percentages of Color #ea5eed

%41.42
%16.64
%41.95

CMYK Percentages of Color #ea5eed

%1
%60
%0
%7

Triadic Colors of #ea5eed

#ea5eed #edea5e #5eedea

Analogous Colors of #ea5eed

#ea5eed #ed5ea9 #a35eed

Monochromatic Colors of #ea5eed

#ea5eed

Complementary Color

#ea5eed #61ed5e

#ea5eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5eed Color CSS Codes

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

#ea5eed Text Font Color

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

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


#ea5eed Background Color

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

This div background color is #ea5eed


#ea5eed Border Color

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

This div border color is #ea5eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5eed


Comments

No comments written yet.

Please login to write comment.