Color Hex Logo

#ea74a8 Color Hex

#EA74A8
(234,116,168)
0 Favorites   0 Comments

Color spaces of #ea74a8

RGB 234116168
HSL0.930.740.69
HSV334°50°92°
CMYK 0.000.500.28   0.08
XYZ47.245032.810440.8887
Yxy32.81040.39060.2713
Hunter Lab57.280446.9867-2.2270
CIE-Lab64.007151.2154-6.3494

#ea74a8 color RGB value is (234,116,168).

#ea74a8 hex color red value is 234, green value is 116 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ea74a8 hue: 0.93 , saturation: 0.74 and the lightness value of ea74a8 is 0.69.

The process color (four color CMYK) of #ea74a8 color hex is 0.00, 0.50, 0.28, 0.08. Web safe color of #ea74a8 is #ff6699. Color #ea74a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 10101000
Octal 352 164 250
Decimal 234 116 168
Hex EA 74 A8

RGB Percentages of Color #ea74a8

%45.17
%22.39
%32.43

CMYK Percentages of Color #ea74a8

%0
%50
%28
%8

Triadic Colors of #ea74a8

#ea74a8 #a8ea74 #74a8ea

Analogous Colors of #ea74a8

#ea74a8 #ea7b74 #ea74e3

Monochromatic Colors of #ea74a8

#ea74a8

Complementary Color

#ea74a8 #74eab6

#ea74a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea74a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea74a8 Color CSS Codes

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

#ea74a8 Text Font Color

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

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


#ea74a8 Background Color

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

This div background color is #ea74a8


#ea74a8 Border Color

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

This div border color is #ea74a8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,116,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 #ea74a8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea74a8


Comments

No comments written yet.

Please login to write comment.