Color Hex Logo

#e31bac Color Hex

#E31BAC
(227,27,172)
0 Favorites   0 Comments

Color spaces of #e31bac

RGB 22727172
HSL0.880.790.50
HSV317°88°89°
CMYK 0.000.880.24   0.11
XYZ39.516920.093340.8254
Yxy20.09330.39350.2001
Hunter Lab44.825678.9157-22.6212
CIE-Lab51.942580.3241-27.0759

#e31bac color RGB value is (227,27,172).

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

The process color (four color CMYK) of #e31bac color hex is 0.00, 0.88, 0.24, 0.11. Web safe color of #e31bac is #cc3399. Color #e31bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 10101100
Octal 343 33 254
Decimal 227 27 172
Hex E3 1B AC

RGB Percentages of Color #e31bac

%53.29
%6.34
%40.38

CMYK Percentages of Color #e31bac

%0
%88
%24
%11

Triadic Colors of #e31bac

#e31bac #ace31b #1bace3

Analogous Colors of #e31bac

#e31bac #e31b48 #b61be3

Monochromatic Colors of #e31bac

#e31bac

Complementary Color

#e31bac #1be352

#e31bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bac Color CSS Codes

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

#e31bac Text Font Color

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

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


#e31bac Background Color

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

This div background color is #e31bac


#e31bac Border Color

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

This div border color is #e31bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bac


Comments

No comments written yet.

Please login to write comment.