Color Hex Logo

#e148bd Color Hex

#E148BD
(225,72,189)
0 Favorites   0 Comments

Color spaces of #e148bd

RGB 22572189
HSL0.870.720.58
HSV314°68°88°
CMYK 0.000.680.16   0.12
XYZ42.554024.316450.5948
Yxy24.31640.36230.2070
Hunter Lab49.311767.7430-26.3146
CIE-Lab56.403270.4224-30.0766

#e148bd color RGB value is (225,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10111101
Octal 341 110 275
Decimal 225 72 189
Hex E1 48 BD

RGB Percentages of Color #e148bd

%46.30
%14.81
%38.89

CMYK Percentages of Color #e148bd

%0
%68
%16
%12

Triadic Colors of #e148bd

#e148bd #bde148 #48bde1

Analogous Colors of #e148bd

#e148bd #e14871 #b948e1

Monochromatic Colors of #e148bd

#e148bd

Complementary Color

#e148bd #48e16c

#e148bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148bd Color CSS Codes

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

#e148bd Text Font Color

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

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


#e148bd Background Color

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

This div background color is #e148bd


#e148bd Border Color

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

This div border color is #e148bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148bd


Comments

No comments written yet.

Please login to write comment.