Color Hex Logo

#ea536c Color Hex

#EA536C
(234,83,108)
0 Favorites   0 Comments

Color spaces of #ea536c

RGB 23483108
HSL0.970.780.62
HSV350°65°92°
CMYK 0.000.650.54   0.08
XYZ39.731724.761616.8727
Yxy24.76160.48830.3043
Hunter Lab49.761055.441514.7290
CIE-Lab56.842459.878918.1655

#ea536c color RGB value is (234,83,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 01101100
Octal 352 123 154
Decimal 234 83 108
Hex EA 53 6C

RGB Percentages of Color #ea536c

%55.06
%19.53
%25.41

CMYK Percentages of Color #ea536c

%0
%65
%54
%8

Triadic Colors of #ea536c

#ea536c #6cea53 #536cea

Analogous Colors of #ea536c

#ea536c #ea8653 #ea53b8

Monochromatic Colors of #ea536c

#ea536c

Complementary Color

#ea536c #53ead1

#ea536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea536c Color CSS Codes

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

#ea536c Text Font Color

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

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


#ea536c Background Color

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

This div background color is #ea536c


#ea536c Border Color

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

This div border color is #ea536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea536c


Comments

No comments written yet.

Please login to write comment.