Color Hex Logo

#ea17ea Color Hex

#EA17EA
(234,23,234)
0 Favorites   0 Comments

Color spaces of #ea17ea

RGB 23423234
HSL0.830.830.50
HSV300°90°92°
CMYK 0.000.900.00   0.08
XYZ49.089424.045779.8959
Yxy24.04570.32080.1571
Hunter Lab49.036492.8791-62.2768
CIE-Lab56.133590.2416-56.0242

#ea17ea color RGB value is (234,23,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 11101010
Octal 352 27 352
Decimal 234 23 234
Hex EA 17 EA

RGB Percentages of Color #ea17ea

%47.66
%4.68
%47.66

CMYK Percentages of Color #ea17ea

%0
%90
%0
%8

Triadic Colors of #ea17ea

#ea17ea #eaea17 #17eaea

Analogous Colors of #ea17ea

#ea17ea #ea1781 #8117ea

Monochromatic Colors of #ea17ea

#ea17ea

Complementary Color

#ea17ea #17ea17

#ea17ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea17ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea17ea Color CSS Codes

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

#ea17ea Text Font Color

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

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


#ea17ea Background Color

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

This div background color is #ea17ea


#ea17ea Border Color

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

This div border color is #ea17ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea17ea


Comments

No comments written yet.

Please login to write comment.