Color Hex Logo

#ea17a0 Color Hex

#EA17A0
(234,23,160)
0 Favorites   0 Comments

Color spaces of #ea17a0

RGB 23423160
HSL0.890.830.50
HSV321°90°92°
CMYK 0.000.900.32   0.08
XYZ40.583220.643335.1033
Yxy20.64330.42130.2143
Hunter Lab45.434979.9281-14.0034
CIE-Lab52.556981.0028-18.9370

#ea17a0 color RGB value is (234,23,160).

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

The process color (four color CMYK) of #ea17a0 color hex is 0.00, 0.90, 0.32, 0.08. Web safe color of #ea17a0 is #ff0099. Color #ea17a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 10100000
Octal 352 27 240
Decimal 234 23 160
Hex EA 17 A0

RGB Percentages of Color #ea17a0

%56.12
%5.52
%38.37

CMYK Percentages of Color #ea17a0

%0
%90
%32
%8

Triadic Colors of #ea17a0

#ea17a0 #a0ea17 #17a0ea

Analogous Colors of #ea17a0

#ea17a0 #ea1737 #cb17ea

Monochromatic Colors of #ea17a0

#ea17a0

Complementary Color

#ea17a0 #17ea61

#ea17a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea17a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea17a0 Color CSS Codes

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

#ea17a0 Text Font Color

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

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


#ea17a0 Background Color

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

This div background color is #ea17a0


#ea17a0 Border Color

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

This div border color is #ea17a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea17a0


Comments

No comments written yet.

Please login to write comment.