Color Hex Logo

#ea2050 Color Hex

#EA2050
(234,32,80)
0 Favorites   0 Comments

Color spaces of #ea2050

RGB 2343280
HSL0.960.830.52
HSV346°86°92°
CMYK 0.000.860.66   0.08
XYZ35.896219.10469.3850
Yxy19.10460.55750.2967
Hunter Lab43.708870.104117.8656
CIE-Lab50.809473.444126.8423

#ea2050 color RGB value is (234,32,80).

#ea2050 hex color red value is 234, green value is 32 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ea2050 hue: 0.96 , saturation: 0.83 and the lightness value of ea2050 is 0.52.

The process color (four color CMYK) of #ea2050 color hex is 0.00, 0.86, 0.66, 0.08. Web safe color of #ea2050 is #ff3366. Color #ea2050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100000 01010000
Octal 352 40 120
Decimal 234 32 80
Hex EA 20 50

RGB Percentages of Color #ea2050

%67.63
%9.25
%23.12

CMYK Percentages of Color #ea2050

%0
%86
%66
%8

Triadic Colors of #ea2050

#ea2050 #50ea20 #2050ea

Analogous Colors of #ea2050

#ea2050 #ea5520 #ea20b5

Monochromatic Colors of #ea2050

#ea2050

Complementary Color

#ea2050 #20eaba

#ea2050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2050 Color CSS Codes

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

#ea2050 Text Font Color

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

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


#ea2050 Background Color

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

This div background color is #ea2050


#ea2050 Border Color

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

This div border color is #ea2050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2050


Comments

No comments written yet.

Please login to write comment.