Color Hex Logo

#ea299b Color Hex

#EA299B
(234,41,155)
0 Favorites   0 Comments

Color spaces of #ea299b

RGB 23441155
HSL0.900.820.54
HSV325°82°92°
CMYK 0.000.820.34   0.08
XYZ40.641021.444933.0076
Yxy21.44490.42740.2255
Hunter Lab46.308675.6136-9.8443
CIE-Lab53.433077.4051-14.6411

#ea299b color RGB value is (234,41,155).

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

The process color (four color CMYK) of #ea299b color hex is 0.00, 0.82, 0.34, 0.08. Web safe color of #ea299b is #ff3399. Color #ea299b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 10011011
Octal 352 51 233
Decimal 234 41 155
Hex EA 29 9B

RGB Percentages of Color #ea299b

%54.42
%9.53
%36.05

CMYK Percentages of Color #ea299b

%0
%82
%34
%8

Triadic Colors of #ea299b

#ea299b #9bea29 #299bea

Analogous Colors of #ea299b

#ea299b #ea293a #d929ea

Monochromatic Colors of #ea299b

#ea299b

Complementary Color

#ea299b #29ea78

#ea299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea299b Color CSS Codes

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

#ea299b Text Font Color

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

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


#ea299b Background Color

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

This div background color is #ea299b


#ea299b Border Color

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

This div border color is #ea299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea299b


Comments

No comments written yet.

Please login to write comment.