Color Hex Logo

#ea42a1 Color Hex

#EA42A1
(234,66,161)
0 Favorites   0 Comments

Color spaces of #ea42a1

RGB 23466161
HSL0.910.800.59
HSV326°72°92°
CMYK 0.000.720.31   0.08
XYZ42.312923.962136.1132
Yxy23.96210.41330.2340
Hunter Lab48.951168.6294-9.4749
CIE-Lab56.049871.2218-14.2173

#ea42a1 color RGB value is (234,66,161).

#ea42a1 hex color red value is 234, green value is 66 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ea42a1 hue: 0.91 , saturation: 0.80 and the lightness value of ea42a1 is 0.59.

The process color (four color CMYK) of #ea42a1 color hex is 0.00, 0.72, 0.31, 0.08. Web safe color of #ea42a1 is #ff3399. Color #ea42a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 10100001
Octal 352 102 241
Decimal 234 66 161
Hex EA 42 A1

RGB Percentages of Color #ea42a1

%50.76
%14.32
%34.92

CMYK Percentages of Color #ea42a1

%0
%72
%31
%8

Triadic Colors of #ea42a1

#ea42a1 #a1ea42 #42a1ea

Analogous Colors of #ea42a1

#ea42a1 #ea424d #df42ea

Monochromatic Colors of #ea42a1

#ea42a1

Complementary Color

#ea42a1 #42ea8b

#ea42a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea42a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea42a1 Color CSS Codes

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

#ea42a1 Text Font Color

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

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


#ea42a1 Background Color

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

This div background color is #ea42a1


#ea42a1 Border Color

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

This div border color is #ea42a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea42a1


Comments

No comments written yet.

Please login to write comment.