Color Hex Logo

#ea155b Color Hex

#EA155B
(234,21,91)
0 Favorites   0 Comments

Color spaces of #ea155b

RGB 2342191
HSL0.950.840.50
HSV340°91°92°
CMYK 0.000.910.61   0.08
XYZ36.088218.784111.6212
Yxy18.78410.54270.2825
Hunter Lab43.340672.784514.4406
CIE-Lab50.433775.706719.6712

#ea155b color RGB value is (234,21,91).

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

The process color (four color CMYK) of #ea155b color hex is 0.00, 0.91, 0.61, 0.08. Web safe color of #ea155b is #ff0066. Color #ea155b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 01011011
Octal 352 25 133
Decimal 234 21 91
Hex EA 15 5B

RGB Percentages of Color #ea155b

%67.63
%6.07
%26.30

CMYK Percentages of Color #ea155b

%0
%91
%61
%8

Triadic Colors of #ea155b

#ea155b #5bea15 #155bea

Analogous Colors of #ea155b

#ea155b #ea3a15 #ea15c6

Monochromatic Colors of #ea155b

#ea155b

Complementary Color

#ea155b #15eaa4

#ea155b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea155b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea155b Color CSS Codes

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

#ea155b Text Font Color

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

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


#ea155b Background Color

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

This div background color is #ea155b


#ea155b Border Color

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

This div border color is #ea155b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea155b


Comments

No comments written yet.

Please login to write comment.