Color Hex Logo

#ea2992 Color Hex

#EA2992
(234,41,146)
0 Favorites   0 Comments

Color spaces of #ea2992

RGB 23441146
HSL0.910.820.54
HSV327°82°92°
CMYK 0.000.820.38   0.08
XYZ39.912921.153629.1735
Yxy21.15360.44230.2344
Hunter Lab45.993074.4150-5.4127
CIE-Lab53.117276.5033-9.7680

#ea2992 color RGB value is (234,41,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 10010010
Octal 352 51 222
Decimal 234 41 146
Hex EA 29 92

RGB Percentages of Color #ea2992

%55.58
%9.74
%34.68

CMYK Percentages of Color #ea2992

%0
%82
%38
%8

Triadic Colors of #ea2992

#ea2992 #92ea29 #2992ea

Analogous Colors of #ea2992

#ea2992 #ea2932 #e229ea

Monochromatic Colors of #ea2992

#ea2992

Complementary Color

#ea2992 #29ea81

#ea2992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2992 Color CSS Codes

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

#ea2992 Text Font Color

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

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


#ea2992 Background Color

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

This div background color is #ea2992


#ea2992 Border Color

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

This div border color is #ea2992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2992


Comments

No comments written yet.

Please login to write comment.