Color Hex Logo

#ea177a Color Hex

#EA177A
(234,23,122)
0 Favorites   0 Comments

Color spaces of #ea177a

RGB 23423122
HSL0.920.830.50
HSV332°90°92°
CMYK 0.000.900.48   0.08
XYZ37.750919.510420.1885
Yxy19.51040.48740.2519
Hunter Lab44.170675.25863.8205
CIE-Lab51.279177.53981.9530

#ea177a color RGB value is (234,23,122).

#ea177a hex color red value is 234, green value is 23 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ea177a hue: 0.92 , saturation: 0.83 and the lightness value of ea177a is 0.50.

The process color (four color CMYK) of #ea177a color hex is 0.00, 0.90, 0.48, 0.08. Web safe color of #ea177a is #ff0066. Color #ea177a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 01111010
Octal 352 27 172
Decimal 234 23 122
Hex EA 17 7A

RGB Percentages of Color #ea177a

%61.74
%6.07
%32.19

CMYK Percentages of Color #ea177a

%0
%90
%48
%8

Triadic Colors of #ea177a

#ea177a #7aea17 #177aea

Analogous Colors of #ea177a

#ea177a #ea1e17 #ea17e4

Monochromatic Colors of #ea177a

#ea177a

Complementary Color

#ea177a #17ea87

#ea177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea177a Color CSS Codes

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

#ea177a Text Font Color

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

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


#ea177a Background Color

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

This div background color is #ea177a


#ea177a Border Color

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

This div border color is #ea177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea177a


Comments

No comments written yet.

Please login to write comment.