Color Hex Logo

#e131bb Color Hex

#E131BB
(225,49,187)
0 Favorites   0 Comments

Color spaces of #e131bb

RGB 22549187
HSL0.870.750.54
HSV313°78°88°
CMYK 0.000.780.17   0.12
XYZ41.119321.792049.0528
Yxy21.79200.36730.1946
Hunter Lab46.681975.5367-29.6239
CIE-Lab53.805677.2710-32.9652

#e131bb color RGB value is (225,49,187).

#e131bb hex color red value is 225, green value is 49 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e131bb hue: 0.87 , saturation: 0.75 and the lightness value of e131bb is 0.54.

The process color (four color CMYK) of #e131bb color hex is 0.00, 0.78, 0.17, 0.12. Web safe color of #e131bb is #cc33cc. Color #e131bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 10111011
Octal 341 61 273
Decimal 225 49 187
Hex E1 31 BB

RGB Percentages of Color #e131bb

%48.81
%10.63
%40.56

CMYK Percentages of Color #e131bb

%0
%78
%17
%12

Triadic Colors of #e131bb

#e131bb #bbe131 #31bbe1

Analogous Colors of #e131bb

#e131bb #e13163 #af31e1

Monochromatic Colors of #e131bb

#e131bb

Complementary Color

#e131bb #31e157

#e131bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e131bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e131bb Color CSS Codes

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

#e131bb Text Font Color

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

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


#e131bb Background Color

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

This div background color is #e131bb


#e131bb Border Color

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

This div border color is #e131bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,49,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e131bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e131bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e131bb;
  box-shadow:         1px 1px 3px 2px #e131bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,49,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e131bb


Comments

No comments written yet.

Please login to write comment.