Color Hex Logo

#e31155 Color Hex

#E31155
(227,17,85)
0 Favorites   0 Comments

Color spaces of #e31155

RGB 2271785
HSL0.950.860.48
HSV341°93°89°
CMYK 0.000.930.63   0.11
XYZ33.518717.387710.1839
Yxy17.38770.54870.2846
Hunter Lab41.698670.511814.7088
CIE-Lab48.744974.180620.8440

#e31155 color RGB value is (227,17,85).

#e31155 hex color red value is 227, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e31155 hue: 0.95 , saturation: 0.86 and the lightness value of e31155 is 0.48.

The process color (four color CMYK) of #e31155 color hex is 0.00, 0.93, 0.63, 0.11. Web safe color of #e31155 is #cc0066. Color #e31155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 01010101
Octal 343 21 125
Decimal 227 17 85
Hex E3 11 55

RGB Percentages of Color #e31155

%69.00
%5.17
%25.84

CMYK Percentages of Color #e31155

%0
%93
%63
%11

Triadic Colors of #e31155

#e31155 #55e311 #1155e3

Analogous Colors of #e31155

#e31155 #e33611 #e311be

Monochromatic Colors of #e31155

#e31155

Complementary Color

#e31155 #11e39f

#e31155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31155 Color CSS Codes

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

#e31155 Text Font Color

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

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


#e31155 Background Color

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

This div background color is #e31155


#e31155 Border Color

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

This div border color is #e31155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,17,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31155


Comments

No comments written yet.

Please login to write comment.