Color Hex Logo

#ea148f Color Hex

#EA148F
(234,20,143)
0 Favorites   0 Comments

Color spaces of #ea148f

RGB 23420143
HSL0.900.840.50
HSV326°91°92°
CMYK 0.000.910.39   0.08
XYZ39.139819.975927.7794
Yxy19.97590.45040.2299
Hunter Lab44.694478.1009-5.5651
CIE-Lab51.810079.7047-9.9345

#ea148f color RGB value is (234,20,143).

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

The process color (four color CMYK) of #ea148f color hex is 0.00, 0.91, 0.39, 0.08. Web safe color of #ea148f is #ff0099. Color #ea148f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010100 10001111
Octal 352 24 217
Decimal 234 20 143
Hex EA 14 8F

RGB Percentages of Color #ea148f

%58.94
%5.04
%36.02

CMYK Percentages of Color #ea148f

%0
%91
%39
%8

Triadic Colors of #ea148f

#ea148f #8fea14 #148fea

Analogous Colors of #ea148f

#ea148f #ea1424 #da14ea

Monochromatic Colors of #ea148f

#ea148f

Complementary Color

#ea148f #14ea6f

#ea148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea148f Color CSS Codes

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

#ea148f Text Font Color

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

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


#ea148f Background Color

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

This div background color is #ea148f


#ea148f Border Color

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

This div border color is #ea148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea148f


Comments

No comments written yet.

Please login to write comment.