Color Hex Logo

#e613aa Color Hex

#E613AA
(230,19,170)
0 Favorites   0 Comments

Color spaces of #e613aa

RGB 23019170
HSL0.880.850.49
HSV317°92°90°
CMYK 0.000.920.26   0.10
XYZ40.121720.191039.8128
Yxy20.19100.40070.2017
Hunter Lab44.934480.7466-21.0781
CIE-Lab52.052581.7444-25.6840

#e613aa color RGB value is (230,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10101010
Octal 346 23 252
Decimal 230 19 170
Hex E6 13 AA

RGB Percentages of Color #e613aa

%54.89
%4.53
%40.57

CMYK Percentages of Color #e613aa

%0
%92
%26
%10

Triadic Colors of #e613aa

#e613aa #aae613 #13aae6

Analogous Colors of #e613aa

#e613aa #e61340 #b913e6

Monochromatic Colors of #e613aa

#e613aa

Complementary Color

#e613aa #13e64f

#e613aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613aa Color CSS Codes

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

#e613aa Text Font Color

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

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


#e613aa Background Color

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

This div background color is #e613aa


#e613aa Border Color

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

This div border color is #e613aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613aa


Comments

No comments written yet.

Please login to write comment.