Color Hex Logo

#ea25ef Color Hex

#EA25EF
(234,37,239)
0 Favorites   0 Comments

Color spaces of #ea25ef

RGB 23437239
HSL0.830.860.54
HSV299°85°94°
CMYK 0.020.850.00   0.06
XYZ50.173225.047683.8516
Yxy25.04760.31540.1575
Hunter Lab50.047691.3648-64.3034
CIE-Lab57.121888.9128-57.2496

#ea25ef color RGB value is (234,37,239).

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

The process color (four color CMYK) of #ea25ef color hex is 0.02, 0.85, 0.00, 0.06. Web safe color of #ea25ef is #ff33ff. Color #ea25ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 11101111
Octal 352 45 357
Decimal 234 37 239
Hex EA 25 EF

RGB Percentages of Color #ea25ef

%45.88
%7.25
%46.86

CMYK Percentages of Color #ea25ef

%2
%85
%0
%6

Triadic Colors of #ea25ef

#ea25ef #efea25 #25efea

Analogous Colors of #ea25ef

#ea25ef #ef258f #8525ef

Monochromatic Colors of #ea25ef

#ea25ef

Complementary Color

#ea25ef #2aef25

#ea25ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea25ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea25ef Color CSS Codes

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

#ea25ef Text Font Color

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

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


#ea25ef Background Color

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

This div background color is #ea25ef


#ea25ef Border Color

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

This div border color is #ea25ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea25ef


Comments

No comments written yet.

Please login to write comment.