Color Hex Logo

#e31eba Color Hex

#E31EBA
(227,30,186)
0 Favorites   0 Comments

Color spaces of #e31eba

RGB 22730186
HSL0.870.780.50
HSV312°87°89°
CMYK 0.000.870.18   0.11
XYZ41.005820.804648.3088
Yxy20.80460.37240.1889
Hunter Lab45.612180.6526-30.8670
CIE-Lab52.735081.5376-34.0320

#e31eba color RGB value is (227,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 10111010
Octal 343 36 272
Decimal 227 30 186
Hex E3 1E BA

RGB Percentages of Color #e31eba

%51.24
%6.77
%41.99

CMYK Percentages of Color #e31eba

%0
%87
%18
%11

Triadic Colors of #e31eba

#e31eba #bae31e #1ebae3

Analogous Colors of #e31eba

#e31eba #e31e57 #aa1ee3

Monochromatic Colors of #e31eba

#e31eba

Complementary Color

#e31eba #1ee347

#e31eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31eba Color CSS Codes

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

#e31eba Text Font Color

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

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


#e31eba Background Color

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

This div background color is #e31eba


#e31eba Border Color

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

This div border color is #e31eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31eba


Comments

No comments written yet.

Please login to write comment.