Color Hex Logo

#ea5292 Color Hex

#EA5292
(234,82,146)
0 Favorites   0 Comments

Color spaces of #ea5292

RGB 23482146
HSL0.930.780.62
HSV335°65°92°
CMYK 0.000.650.38   0.08
XYZ42.137325.602329.9150
Yxy25.60230.43150.2622
Hunter Lab50.598760.10240.3656
CIE-Lab57.657663.7628-3.0230

#ea5292 color RGB value is (234,82,146).

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

The process color (four color CMYK) of #ea5292 color hex is 0.00, 0.65, 0.38, 0.08. Web safe color of #ea5292 is #ff6699. Color #ea5292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 10010010
Octal 352 122 222
Decimal 234 82 146
Hex EA 52 92

RGB Percentages of Color #ea5292

%50.65
%17.75
%31.60

CMYK Percentages of Color #ea5292

%0
%65
%38
%8

Triadic Colors of #ea5292

#ea5292 #92ea52 #5292ea

Analogous Colors of #ea5292

#ea5292 #ea5e52 #ea52de

Monochromatic Colors of #ea5292

#ea5292

Complementary Color

#ea5292 #52eaaa

#ea5292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5292 Color CSS Codes

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

#ea5292 Text Font Color

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

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


#ea5292 Background Color

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

This div background color is #ea5292


#ea5292 Border Color

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

This div border color is #ea5292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5292


Comments

No comments written yet.

Please login to write comment.