Color Hex Logo

#e711ba Color Hex

#E711BA
(231,17,186)
0 Favorites   0 Comments

Color spaces of #e711ba

RGB 23117186
HSL0.870.860.49
HSV313°93°91°
CMYK 0.000.930.19   0.09
XYZ42.018420.935048.2806
Yxy20.93500.37770.1882
Hunter Lab45.754883.8526-30.5347
CIE-Lab52.878384.0045-33.7552

#e711ba color RGB value is (231,17,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 10111010
Octal 347 21 272
Decimal 231 17 186
Hex E7 11 BA

RGB Percentages of Color #e711ba

%53.23
%3.92
%42.86

CMYK Percentages of Color #e711ba

%0
%93
%19
%9

Triadic Colors of #e711ba

#e711ba #bae711 #11bae7

Analogous Colors of #e711ba

#e711ba #e7114f #a911e7

Monochromatic Colors of #e711ba

#e711ba

Complementary Color

#e711ba #11e73e

#e711ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e711ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e711ba Color CSS Codes

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

#e711ba Text Font Color

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

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


#e711ba Background Color

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

This div background color is #e711ba


#e711ba Border Color

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

This div border color is #e711ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e711ba


Comments

No comments written yet.

Please login to write comment.