Color Hex Logo

#ea15f1 Color Hex

#EA15F1
(234,21,241)
0 Favorites   0 Comments

Color spaces of #ea15f1

RGB 23421241
HSL0.830.890.51
HSV298°91°95°
CMYK 0.030.910.00   0.05
XYZ50.077024.379685.2855
Yxy24.37960.31350.1526
Hunter Lab49.375794.6278-67.8472
CIE-Lab56.465991.4815-59.4196

#ea15f1 color RGB value is (234,21,241).

#ea15f1 hex color red value is 234, green value is 21 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ea15f1 hue: 0.83 , saturation: 0.89 and the lightness value of ea15f1 is 0.51.

The process color (four color CMYK) of #ea15f1 color hex is 0.03, 0.91, 0.00, 0.05. Web safe color of #ea15f1 is #ff00ff. Color #ea15f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 11110001
Octal 352 25 361
Decimal 234 21 241
Hex EA 15 F1

RGB Percentages of Color #ea15f1

%47.18
%4.23
%48.59

CMYK Percentages of Color #ea15f1

%3
%91
%0
%5

Triadic Colors of #ea15f1

#ea15f1 #f1ea15 #15f1ea

Analogous Colors of #ea15f1

#ea15f1 #f1158a #7c15f1

Monochromatic Colors of #ea15f1

#ea15f1

Complementary Color

#ea15f1 #1cf115

#ea15f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea15f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea15f1 Color CSS Codes

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

#ea15f1 Text Font Color

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

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


#ea15f1 Background Color

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

This div background color is #ea15f1


#ea15f1 Border Color

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

This div border color is #ea15f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea15f1


Comments

No comments written yet.

Please login to write comment.