Color Hex Logo

#ea94a5 Color Hex

#EA94A5
(234,148,165)
0 Favorites   0 Comments

Color spaces of #ea94a5

RGB 234148165
HSL0.970.670.75
HSV348°37°92°
CMYK 0.000.370.29   0.08
XYZ51.313141.388840.8817
Yxy41.38880.38410.3098
Hunter Lab64.334129.78747.3575
CIE-Lab70.447534.51184.7629

#ea94a5 color RGB value is (234,148,165).

#ea94a5 hex color red value is 234, green value is 148 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ea94a5 hue: 0.97 , saturation: 0.67 and the lightness value of ea94a5 is 0.75.

The process color (four color CMYK) of #ea94a5 color hex is 0.00, 0.37, 0.29, 0.08. Web safe color of #ea94a5 is #ff9999. Color #ea94a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010100 10100101
Octal 352 224 245
Decimal 234 148 165
Hex EA 94 A5

RGB Percentages of Color #ea94a5

%42.78
%27.06
%30.16

CMYK Percentages of Color #ea94a5

%0
%37
%29
%8

Triadic Colors of #ea94a5

#ea94a5 #a5ea94 #94a5ea

Analogous Colors of #ea94a5

#ea94a5 #eaae94 #ea94d0

Monochromatic Colors of #ea94a5

#ea94a5

Complementary Color

#ea94a5 #94ead9

#ea94a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea94a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea94a5 Color CSS Codes

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

#ea94a5 Text Font Color

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

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


#ea94a5 Background Color

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

This div background color is #ea94a5


#ea94a5 Border Color

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

This div border color is #ea94a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea94a5


Comments

No comments written yet.

Please login to write comment.