Color Hex Logo

#e148bb Color Hex

#E148BB
(225,72,187)
0 Favorites   0 Comments

Color spaces of #e148bb

RGB 22572187
HSL0.870.720.58
HSV315°68°88°
CMYK 0.000.680.17   0.12
XYZ42.338324.230149.4591
Yxy24.23010.36490.2088
Hunter Lab49.224167.3881-25.1162
CIE-Lab56.317470.1447-29.0566

#e148bb color RGB value is (225,72,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10111011
Octal 341 110 273
Decimal 225 72 187
Hex E1 48 BB

RGB Percentages of Color #e148bb

%46.49
%14.88
%38.64

CMYK Percentages of Color #e148bb

%0
%68
%17
%12

Triadic Colors of #e148bb

#e148bb #bbe148 #48bbe1

Analogous Colors of #e148bb

#e148bb #e1486f #bb48e1

Monochromatic Colors of #e148bb

#e148bb

Complementary Color

#e148bb #48e16e

#e148bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148bb Color CSS Codes

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

#e148bb Text Font Color

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

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


#e148bb Background Color

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

This div background color is #e148bb


#e148bb Border Color

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

This div border color is #e148bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148bb


Comments

No comments written yet.

Please login to write comment.