Color Hex Logo

#ea536b Color Hex

#EA536B
(234,83,107)
0 Favorites   0 Comments

Color spaces of #ea536b

RGB 23483107
HSL0.970.780.62
HSV350°65°92°
CMYK 0.000.650.54   0.08
XYZ39.678824.740516.5940
Yxy24.74050.48980.3054
Hunter Lab49.739855.349615.0378
CIE-Lab56.821759.802118.7245

#ea536b color RGB value is (234,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01101011
Octal 352 123 153
Decimal 234 83 107
Hex EA 53 6B

RGB Percentages of Color #ea536b

%55.19
%19.58
%25.24

CMYK Percentages of Color #ea536b

%0
%65
%54
%8

Triadic Colors of #ea536b

#ea536b #6bea53 #536bea

Analogous Colors of #ea536b

#ea536b #ea8753 #ea53b7

Monochromatic Colors of #ea536b

#ea536b

Complementary Color

#ea536b #53ead2

#ea536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea536b Color CSS Codes

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

#ea536b Text Font Color

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

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


#ea536b Background Color

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

This div background color is #ea536b


#ea536b Border Color

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

This div border color is #ea536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea536b


Comments

No comments written yet.

Please login to write comment.