Color Hex Logo

#ea288b Color Hex

#EA288B
(234,40,139)
0 Favorites   0 Comments

Color spaces of #ea288b

RGB 23440139
HSL0.910.820.54
HSV329°83°92°
CMYK 0.000.830.41   0.08
XYZ39.350720.874126.3812
Yxy20.87410.45440.2410
Hunter Lab45.688273.7857-2.2534
CIE-Lab52.811476.0549-6.0429

#ea288b color RGB value is (234,40,139).

#ea288b hex color red value is 234, green value is 40 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ea288b hue: 0.91 , saturation: 0.82 and the lightness value of ea288b is 0.54.

The process color (four color CMYK) of #ea288b color hex is 0.00, 0.83, 0.41, 0.08. Web safe color of #ea288b is #ff3399. Color #ea288b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 10001011
Octal 352 50 213
Decimal 234 40 139
Hex EA 28 8B

RGB Percentages of Color #ea288b

%56.66
%9.69
%33.66

CMYK Percentages of Color #ea288b

%0
%83
%41
%8

Triadic Colors of #ea288b

#ea288b #8bea28 #288bea

Analogous Colors of #ea288b

#ea288b #ea282a #e828ea

Monochromatic Colors of #ea288b

#ea288b

Complementary Color

#ea288b #28ea87

#ea288b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea288b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea288b Color CSS Codes

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

#ea288b Text Font Color

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

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


#ea288b Background Color

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

This div background color is #ea288b


#ea288b Border Color

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

This div border color is #ea288b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea288b


Comments

No comments written yet.

Please login to write comment.