Color Hex Logo

#e148ba Color Hex

#E148BA
(225,72,186)
0 Favorites   0 Comments

Color spaces of #e148ba

RGB 22572186
HSL0.880.720.58
HSV315°68°88°
CMYK 0.000.680.17   0.12
XYZ42.231624.187548.8972
Yxy24.18750.36620.2097
Hunter Lab49.180867.2118-24.5216
CIE-Lab56.275070.0064-28.5453

#e148ba color RGB value is (225,72,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10111010
Octal 341 110 272
Decimal 225 72 186
Hex E1 48 BA

RGB Percentages of Color #e148ba

%46.58
%14.91
%38.51

CMYK Percentages of Color #e148ba

%0
%68
%17
%12

Triadic Colors of #e148ba

#e148ba #bae148 #48bae1

Analogous Colors of #e148ba

#e148ba #e1486e #bc48e1

Monochromatic Colors of #e148ba

#e148ba

Complementary Color

#e148ba #48e16f

#e148ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148ba Color CSS Codes

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

#e148ba Text Font Color

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

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


#e148ba Background Color

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

This div background color is #e148ba


#e148ba Border Color

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

This div border color is #e148ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148ba


Comments

No comments written yet.

Please login to write comment.