Color Hex Logo

#ea3243 Color Hex

#EA3243
(234,50,67)
0 Favorites   0 Comments

Color spaces of #ea3243

RGB 2345067
HSL0.980.810.56
HSV354°79°92°
CMYK 0.000.790.71   0.08
XYZ36.085420.17897.3032
Yxy20.17890.56770.3174
Hunter Lab44.920964.779121.8053
CIE-Lab52.038968.778336.0476

#ea3243 color RGB value is (234,50,67).

#ea3243 hex color red value is 234, green value is 50 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ea3243 hue: 0.98 , saturation: 0.81 and the lightness value of ea3243 is 0.56.

The process color (four color CMYK) of #ea3243 color hex is 0.00, 0.79, 0.71, 0.08. Web safe color of #ea3243 is #ff3333. Color #ea3243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 01000011
Octal 352 62 103
Decimal 234 50 67
Hex EA 32 43

RGB Percentages of Color #ea3243

%66.67
%14.25
%19.09

CMYK Percentages of Color #ea3243

%0
%79
%71
%8

Triadic Colors of #ea3243

#ea3243 #43ea32 #3243ea

Analogous Colors of #ea3243

#ea3243 #ea7d32 #ea329f

Monochromatic Colors of #ea3243

#ea3243

Complementary Color

#ea3243 #32ead9

#ea3243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3243 Color CSS Codes

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

#ea3243 Text Font Color

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

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


#ea3243 Background Color

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

This div background color is #ea3243


#ea3243 Border Color

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

This div border color is #ea3243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3243


Comments

No comments written yet.

Please login to write comment.