Color Hex Logo

#ea55ef Color Hex

#EA55EF
(234,85,239)
0 Favorites   0 Comments

Color spaces of #ea55ef

RGB 23485239
HSL0.830.830.64
HSV298°64°94°
CMYK 0.020.640.00   0.06
XYZ52.760230.221484.7139
Yxy30.22140.31460.1802
Hunter Lab54.974075.1073-52.8830
CIE-Lab61.844875.3841-49.7328

#ea55ef color RGB value is (234,85,239).

#ea55ef hex color red value is 234, green value is 85 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea55ef hue: 0.83 , saturation: 0.83 and the lightness value of ea55ef is 0.64.

The process color (four color CMYK) of #ea55ef color hex is 0.02, 0.64, 0.00, 0.06. Web safe color of #ea55ef is #ff66ff. Color #ea55ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 11101111
Octal 352 125 357
Decimal 234 85 239
Hex EA 55 EF

RGB Percentages of Color #ea55ef

%41.94
%15.23
%42.83

CMYK Percentages of Color #ea55ef

%2
%64
%0
%6

Triadic Colors of #ea55ef

#ea55ef #efea55 #55efea

Analogous Colors of #ea55ef

#ea55ef #ef55a7 #9d55ef

Monochromatic Colors of #ea55ef

#ea55ef

Complementary Color

#ea55ef #5aef55

#ea55ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea55ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea55ef Color CSS Codes

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

#ea55ef Text Font Color

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

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


#ea55ef Background Color

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

This div background color is #ea55ef


#ea55ef Border Color

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

This div border color is #ea55ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea55ef


Comments

No comments written yet.

Please login to write comment.