Color Hex Logo

#e31bba Color Hex

#E31BBA
(227,27,186)
0 Favorites   0 Comments

Color spaces of #e31bba

RGB 22727186
HSL0.870.790.50
HSV312°88°89°
CMYK 0.000.880.18   0.11
XYZ40.933420.659948.2847
Yxy20.65990.37250.1880
Hunter Lab45.453281.2073-31.1663
CIE-Lab52.575282.0035-34.2820

#e31bba color RGB value is (227,27,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 10111010
Octal 343 33 272
Decimal 227 27 186
Hex E3 1B BA

RGB Percentages of Color #e31bba

%51.59
%6.14
%42.27

CMYK Percentages of Color #e31bba

%0
%88
%18
%11

Triadic Colors of #e31bba

#e31bba #bae31b #1bbae3

Analogous Colors of #e31bba

#e31bba #e31b56 #a81be3

Monochromatic Colors of #e31bba

#e31bba

Complementary Color

#e31bba #1be344

#e31bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bba Color CSS Codes

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

#e31bba Text Font Color

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

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


#e31bba Background Color

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

This div background color is #e31bba


#e31bba Border Color

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

This div border color is #e31bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,27,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 #e31bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bba


Comments

No comments written yet.

Please login to write comment.