Color Hex Logo

#e71556 Color Hex

#E71556
(231,21,86)
0 Favorites   0 Comments

Color spaces of #e71556

RGB 2312186
HSL0.950.830.49
HSV341°91°91°
CMYK 0.000.910.63   0.09
XYZ34.902918.197110.4769
Yxy18.19710.54900.2862
Hunter Lab42.658171.397415.2989
CIE-Lab49.734374.713121.6874

#e71556 color RGB value is (231,21,86).

#e71556 hex color red value is 231, green value is 21 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #e71556 hue: 0.95 , saturation: 0.83 and the lightness value of e71556 is 0.49.

The process color (four color CMYK) of #e71556 color hex is 0.00, 0.91, 0.63, 0.09. Web safe color of #e71556 is #ff0066. Color #e71556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 01010110
Octal 347 25 126
Decimal 231 21 86
Hex E7 15 56

RGB Percentages of Color #e71556

%68.34
%6.21
%25.44

CMYK Percentages of Color #e71556

%0
%91
%63
%9

Triadic Colors of #e71556

#e71556 #56e715 #1556e7

Analogous Colors of #e71556

#e71556 #e73d15 #e715bf

Monochromatic Colors of #e71556

#e71556

Complementary Color

#e71556 #15e7a6

#e71556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71556 Color CSS Codes

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

#e71556 Text Font Color

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

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


#e71556 Background Color

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

This div background color is #e71556


#e71556 Border Color

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

This div border color is #e71556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71556


Comments

No comments written yet.

Please login to write comment.