Color Hex Logo

#ea5273 Color Hex

#EA5273
(234,82,115)
0 Favorites   0 Comments

Color spaces of #ea5273

RGB 23482115
HSL0.960.780.62
HSV347°65°92°
CMYK 0.000.650.51   0.08
XYZ40.043524.764818.8892
Yxy24.76480.47840.2959
Hunter Lab49.764256.545112.3300
CIE-Lab56.845560.840814.0513

#ea5273 color RGB value is (234,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 01110011
Octal 352 122 163
Decimal 234 82 115
Hex EA 52 73

RGB Percentages of Color #ea5273

%54.29
%19.03
%26.68

CMYK Percentages of Color #ea5273

%0
%65
%51
%8

Triadic Colors of #ea5273

#ea5273 #73ea52 #5273ea

Analogous Colors of #ea5273

#ea5273 #ea7d52 #ea52bf

Monochromatic Colors of #ea5273

#ea5273

Complementary Color

#ea5273 #52eac9

#ea5273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5273 Color CSS Codes

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

#ea5273 Text Font Color

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

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


#ea5273 Background Color

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

This div background color is #ea5273


#ea5273 Border Color

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

This div border color is #ea5273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5273


Comments

No comments written yet.

Please login to write comment.