Color Hex Logo

#ea23ac Color Hex

#EA23AC
(234,35,172)
0 Favorites   0 Comments

Color spaces of #ea23ac

RGB 23435172
HSL0.890.830.53
HSV319°85°92°
CMYK 0.000.850.26   0.08
XYZ41.979121.673041.0005
Yxy21.67300.40110.2071
Hunter Lab46.554379.4878-19.6289
CIE-Lab53.678380.4373-24.2891

#ea23ac color RGB value is (234,35,172).

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

The process color (four color CMYK) of #ea23ac color hex is 0.00, 0.85, 0.26, 0.08. Web safe color of #ea23ac is #ff3399. Color #ea23ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100011 10101100
Octal 352 43 254
Decimal 234 35 172
Hex EA 23 AC

RGB Percentages of Color #ea23ac

%53.06
%7.94
%39.00

CMYK Percentages of Color #ea23ac

%0
%85
%26
%8

Triadic Colors of #ea23ac

#ea23ac #acea23 #23acea

Analogous Colors of #ea23ac

#ea23ac #ea2349 #c523ea

Monochromatic Colors of #ea23ac

#ea23ac

Complementary Color

#ea23ac #23ea61

#ea23ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea23ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea23ac Color CSS Codes

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

#ea23ac Text Font Color

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

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


#ea23ac Background Color

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

This div background color is #ea23ac


#ea23ac Border Color

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

This div border color is #ea23ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea23ac


Comments

No comments written yet.

Please login to write comment.