Color Hex Logo

#e713ba Color Hex

#E713BA
(231,19,186)
0 Favorites   0 Comments

Color spaces of #e713ba

RGB 23119186
HSL0.870.850.49
HSV313°92°91°
CMYK 0.000.920.19   0.09
XYZ42.050820.999848.2914
Yxy20.99980.37770.1886
Hunter Lab45.825583.6019-30.4025
CIE-Lab52.949383.7963-33.6442

#e713ba color RGB value is (231,19,186).

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

The process color (four color CMYK) of #e713ba color hex is 0.00, 0.92, 0.19, 0.09. Web safe color of #e713ba is #ff00cc. Color #e713ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 10111010
Octal 347 23 272
Decimal 231 19 186
Hex E7 13 BA

RGB Percentages of Color #e713ba

%52.98
%4.36
%42.66

CMYK Percentages of Color #e713ba

%0
%92
%19
%9

Triadic Colors of #e713ba

#e713ba #bae713 #13bae7

Analogous Colors of #e713ba

#e713ba #e71350 #aa13e7

Monochromatic Colors of #e713ba

#e713ba

Complementary Color

#e713ba #13e740

#e713ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713ba Color CSS Codes

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

#e713ba Text Font Color

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

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


#e713ba Background Color

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

This div background color is #e713ba


#e713ba Border Color

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

This div border color is #e713ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713ba


Comments

No comments written yet.

Please login to write comment.