Color Hex Logo

#e31ebc Color Hex

#E31EBC
(227,30,188)
0 Favorites   0 Comments

Color spaces of #e31ebc

RGB 22730188
HSL0.870.780.50
HSV312°87°89°
CMYK 0.000.870.17   0.11
XYZ41.219920.890349.4366
Yxy20.89030.36950.1873
Hunter Lab45.705980.9950-32.1353
CIE-Lab52.829281.7877-35.0474

#e31ebc color RGB value is (227,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 10111100
Octal 343 36 274
Decimal 227 30 188
Hex E3 1E BC

RGB Percentages of Color #e31ebc

%51.01
%6.74
%42.25

CMYK Percentages of Color #e31ebc

%0
%87
%17
%11

Triadic Colors of #e31ebc

#e31ebc #bce31e #1ebce3

Analogous Colors of #e31ebc

#e31ebc #e31e5a #a81ee3

Monochromatic Colors of #e31ebc

#e31ebc

Complementary Color

#e31ebc #1ee345

#e31ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31ebc Color CSS Codes

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

#e31ebc Text Font Color

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

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


#e31ebc Background Color

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

This div background color is #e31ebc


#e31ebc Border Color

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

This div border color is #e31ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31ebc


Comments

No comments written yet.

Please login to write comment.