Color Hex Logo

#ea536a Color Hex

#EA536A
(234,83,106)
0 Favorites   0 Comments

Color spaces of #ea536a

RGB 23483106
HSL0.970.780.62
HSV351°65°92°
CMYK 0.000.650.55   0.08
XYZ39.626524.719516.3185
Yxy24.71950.49130.3064
Hunter Lab49.718755.259215.3431
CIE-Lab56.801159.726719.2835

#ea536a color RGB value is (234,83,106).

#ea536a hex color red value is 234, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ea536a hue: 0.97 , saturation: 0.78 and the lightness value of ea536a is 0.62.

The process color (four color CMYK) of #ea536a color hex is 0.00, 0.65, 0.55, 0.08. Web safe color of #ea536a is #ff6666. Color #ea536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01101010
Octal 352 123 152
Decimal 234 83 106
Hex EA 53 6A

RGB Percentages of Color #ea536a

%55.32
%19.62
%25.06

CMYK Percentages of Color #ea536a

%0
%65
%55
%8

Triadic Colors of #ea536a

#ea536a #6aea53 #536aea

Analogous Colors of #ea536a

#ea536a #ea8853 #ea53b6

Monochromatic Colors of #ea536a

#ea536a

Complementary Color

#ea536a #53ead3

#ea536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea536a Color CSS Codes

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

#ea536a Text Font Color

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

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


#ea536a Background Color

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

This div background color is #ea536a


#ea536a Border Color

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

This div border color is #ea536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea536a


Comments

No comments written yet.

Please login to write comment.