Color Hex Logo

#ea47a8 Color Hex

#EA47A8
(234,71,168)
0 Favorites   0 Comments

Color spaces of #ea47a8

RGB 23471168
HSL0.900.800.60
HSV324°70°92°
CMYK 0.000.700.28   0.08
XYZ43.252824.826139.5580
Yxy24.82610.40180.2306
Hunter Lab49.825867.7572-12.1938
CIE-Lab56.905670.3394-17.0108

#ea47a8 color RGB value is (234,71,168).

#ea47a8 hex color red value is 234, green value is 71 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ea47a8 hue: 0.90 , saturation: 0.80 and the lightness value of ea47a8 is 0.60.

The process color (four color CMYK) of #ea47a8 color hex is 0.00, 0.70, 0.28, 0.08. Web safe color of #ea47a8 is #ff3399. Color #ea47a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 10101000
Octal 352 107 250
Decimal 234 71 168
Hex EA 47 A8

RGB Percentages of Color #ea47a8

%49.47
%15.01
%35.52

CMYK Percentages of Color #ea47a8

%0
%70
%28
%8

Triadic Colors of #ea47a8

#ea47a8 #a8ea47 #47a8ea

Analogous Colors of #ea47a8

#ea47a8 #ea4757 #db47ea

Monochromatic Colors of #ea47a8

#ea47a8

Complementary Color

#ea47a8 #47ea89

#ea47a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47a8 Color CSS Codes

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

#ea47a8 Text Font Color

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

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


#ea47a8 Background Color

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

This div background color is #ea47a8


#ea47a8 Border Color

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

This div border color is #ea47a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47a8


Comments

No comments written yet.

Please login to write comment.