Color Hex Logo

#e31ebb Color Hex

#E31EBB
(227,30,187)
0 Favorites   0 Comments

Color spaces of #e31ebb

RGB 22730187
HSL0.870.780.50
HSV312°87°89°
CMYK 0.000.870.18   0.11
XYZ41.112520.847348.8708
Yxy20.84730.37090.1881
Hunter Lab45.658880.8234-31.4997
CIE-Lab52.782081.6624-34.5402

#e31ebb color RGB value is (227,30,187).

#e31ebb hex color red value is 227, green value is 30 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e31ebb hue: 0.87 , saturation: 0.78 and the lightness value of e31ebb is 0.50.

The process color (four color CMYK) of #e31ebb color hex is 0.00, 0.87, 0.18, 0.11. Web safe color of #e31ebb is #cc33cc. Color #e31ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 10111011
Octal 343 36 273
Decimal 227 30 187
Hex E3 1E BB

RGB Percentages of Color #e31ebb

%51.13
%6.76
%42.12

CMYK Percentages of Color #e31ebb

%0
%87
%18
%11

Triadic Colors of #e31ebb

#e31ebb #bbe31e #1ebbe3

Analogous Colors of #e31ebb

#e31ebb #e31e58 #a91ee3

Monochromatic Colors of #e31ebb

#e31ebb

Complementary Color

#e31ebb #1ee346

#e31ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31ebb Color CSS Codes

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

#e31ebb Text Font Color

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

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


#e31ebb Background Color

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

This div background color is #e31ebb


#e31ebb Border Color

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

This div border color is #e31ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31ebb


Comments

No comments written yet.

Please login to write comment.