Color Hex Logo

#e71286 Color Hex

#E71286
(231,18,134)
0 Favorites   0 Comments

Color spaces of #e71286

RGB 23118134
HSL0.910.860.49
HSV327°92°91°
CMYK 0.000.920.42   0.09
XYZ37.474419.142824.2741
Yxy19.14280.46330.2366
Hunter Lab43.752576.3200-2.2677
CIE-Lab50.853978.4731-6.0059

#e71286 color RGB value is (231,18,134).

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

The process color (four color CMYK) of #e71286 color hex is 0.00, 0.92, 0.42, 0.09. Web safe color of #e71286 is #ff0099. Color #e71286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 10000110
Octal 347 22 206
Decimal 231 18 134
Hex E7 12 86

RGB Percentages of Color #e71286

%60.31
%4.70
%34.99

CMYK Percentages of Color #e71286

%0
%92
%42
%9

Triadic Colors of #e71286

#e71286 #86e712 #1286e7

Analogous Colors of #e71286

#e71286 #e7121b #de12e7

Monochromatic Colors of #e71286

#e71286

Complementary Color

#e71286 #12e773

#e71286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71286 Color CSS Codes

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

#e71286 Text Font Color

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

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


#e71286 Background Color

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

This div background color is #e71286


#e71286 Border Color

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

This div border color is #e71286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71286


Comments

No comments written yet.

Please login to write comment.