Color Hex Logo

#e613ac Color Hex

#E613AC
(230,19,172)
0 Favorites   0 Comments

Color spaces of #e613ac

RGB 23019172
HSL0.880.850.49
HSV316°92°90°
CMYK 0.000.920.25   0.10
XYZ40.312420.267340.8170
Yxy20.26730.39760.1999
Hunter Lab45.019281.0540-22.2423
CIE-Lab52.138181.9687-26.7289

#e613ac color RGB value is (230,19,172).

#e613ac hex color red value is 230, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e613ac hue: 0.88 , saturation: 0.85 and the lightness value of e613ac is 0.49.

The process color (four color CMYK) of #e613ac color hex is 0.00, 0.92, 0.25, 0.10. Web safe color of #e613ac is #ff0099. Color #e613ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10101100
Octal 346 23 254
Decimal 230 19 172
Hex E6 13 AC

RGB Percentages of Color #e613ac

%54.63
%4.51
%40.86

CMYK Percentages of Color #e613ac

%0
%92
%25
%10

Triadic Colors of #e613ac

#e613ac #ace613 #13ace6

Analogous Colors of #e613ac

#e613ac #e61343 #b713e6

Monochromatic Colors of #e613ac

#e613ac

Complementary Color

#e613ac #13e64d

#e613ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613ac Color CSS Codes

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

#e613ac Text Font Color

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

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


#e613ac Background Color

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

This div background color is #e613ac


#e613ac Border Color

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

This div border color is #e613ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,19,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 #e613ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613ac


Comments

No comments written yet.

Please login to write comment.