Color Hex Logo

#ea15ba Color Hex

#EA15BA
(234,21,186)
0 Favorites   0 Comments

Color spaces of #ea15ba

RGB 23421186
HSL0.870.840.50
HSV314°91°92°
CMYK 0.000.910.21   0.08
XYZ43.062821.573948.3489
Yxy21.57390.38110.1909
Hunter Lab46.447784.2082-29.2034
CIE-Lab53.572084.1445-32.6311

#ea15ba color RGB value is (234,21,186).

#ea15ba hex color red value is 234, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ea15ba hue: 0.87 , saturation: 0.84 and the lightness value of ea15ba is 0.50.

The process color (four color CMYK) of #ea15ba color hex is 0.00, 0.91, 0.21, 0.08. Web safe color of #ea15ba is #ff00cc. Color #ea15ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 10111010
Octal 352 25 272
Decimal 234 21 186
Hex EA 15 BA

RGB Percentages of Color #ea15ba

%53.06
%4.76
%42.18

CMYK Percentages of Color #ea15ba

%0
%91
%21
%8

Triadic Colors of #ea15ba

#ea15ba #baea15 #15baea

Analogous Colors of #ea15ba

#ea15ba #ea154f #b015ea

Monochromatic Colors of #ea15ba

#ea15ba

Complementary Color

#ea15ba #15ea45

#ea15ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea15ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea15ba Color CSS Codes

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

#ea15ba Text Font Color

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

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


#ea15ba Background Color

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

This div background color is #ea15ba


#ea15ba Border Color

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

This div border color is #ea15ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea15ba


Comments

No comments written yet.

Please login to write comment.