Color Hex Logo

#ea287b Color Hex

#EA287B
(234,40,123)
0 Favorites   0 Comments

Color spaces of #ea287b

RGB 23440123
HSL0.930.820.54
HSV334°83°92°
CMYK 0.000.830.47   0.08
XYZ38.265620.440120.6674
Yxy20.44010.48210.2575
Hunter Lab45.210771.96064.5440
CIE-Lab52.331274.66762.8722

#ea287b color RGB value is (234,40,123).

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

The process color (four color CMYK) of #ea287b color hex is 0.00, 0.83, 0.47, 0.08. Web safe color of #ea287b is #ff3366. Color #ea287b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 01111011
Octal 352 50 173
Decimal 234 40 123
Hex EA 28 7B

RGB Percentages of Color #ea287b

%58.94
%10.08
%30.98

CMYK Percentages of Color #ea287b

%0
%83
%47
%8

Triadic Colors of #ea287b

#ea287b #7bea28 #287bea

Analogous Colors of #ea287b

#ea287b #ea3628 #ea28dc

Monochromatic Colors of #ea287b

#ea287b

Complementary Color

#ea287b #28ea97

#ea287b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea287b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea287b Color CSS Codes

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

#ea287b Text Font Color

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

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


#ea287b Background Color

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

This div background color is #ea287b


#ea287b Border Color

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

This div border color is #ea287b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea287b


Comments

No comments written yet.

Please login to write comment.