Color Hex Logo

#e613ad Color Hex

#E613AD
(230,19,173)
0 Favorites   0 Comments

Color spaces of #e613ad

RGB 23019173
HSL0.880.850.49
HSV316°92°90°
CMYK 0.000.920.25   0.10
XYZ40.408820.305941.3248
Yxy20.30590.39600.1990
Hunter Lab45.062181.2088-22.8293
CIE-Lab52.181382.0815-27.2499

#e613ad color RGB value is (230,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 10101101
Octal 346 23 255
Decimal 230 19 173
Hex E6 13 AD

RGB Percentages of Color #e613ad

%54.50
%4.50
%41.00

CMYK Percentages of Color #e613ad

%0
%92
%25
%10

Triadic Colors of #e613ad

#e613ad #ade613 #13ade6

Analogous Colors of #e613ad

#e613ad #e61344 #b613e6

Monochromatic Colors of #e613ad

#e613ad

Complementary Color

#e613ad #13e64c

#e613ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613ad Color CSS Codes

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

#e613ad Text Font Color

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

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


#e613ad Background Color

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

This div background color is #e613ad


#e613ad Border Color

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

This div border color is #e613ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613ad


Comments

No comments written yet.

Please login to write comment.