Color Hex Logo

#e31fba Color Hex

#E31FBA
(227,31,186)
0 Favorites   0 Comments

Color spaces of #e31fba

RGB 22731186
HSL0.870.780.51
HSV313°86°89°
CMYK 0.000.860.18   0.11
XYZ41.031520.856048.3174
Yxy20.85600.37230.1892
Hunter Lab45.668480.4566-30.7613
CIE-Lab52.791581.3727-33.9435

#e31fba color RGB value is (227,31,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 10111010
Octal 343 37 272
Decimal 227 31 186
Hex E3 1F BA

RGB Percentages of Color #e31fba

%51.13
%6.98
%41.89

CMYK Percentages of Color #e31fba

%0
%86
%18
%11

Triadic Colors of #e31fba

#e31fba #bae31f #1fbae3

Analogous Colors of #e31fba

#e31fba #e31f58 #aa1fe3

Monochromatic Colors of #e31fba

#e31fba

Complementary Color

#e31fba #1fe348

#e31fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31fba Color CSS Codes

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

#e31fba Text Font Color

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

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


#e31fba Background Color

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

This div background color is #e31fba


#e31fba Border Color

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

This div border color is #e31fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31fba


Comments

No comments written yet.

Please login to write comment.