Color Hex Logo

#e448bd Color Hex

#E448BD
(228,72,189)
0 Favorites   0 Comments

Color spaces of #e448bd

RGB 22872189
HSL0.880.740.59
HSV315°68°89°
CMYK 0.000.680.17   0.11
XYZ43.497624.802850.6390
Yxy24.80280.36570.2085
Hunter Lab49.802468.7483-25.4243
CIE-Lab56.882871.1619-29.2948

#e448bd color RGB value is (228,72,189).

#e448bd hex color red value is 228, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e448bd hue: 0.88 , saturation: 0.74 and the lightness value of e448bd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 10111101
Octal 344 110 275
Decimal 228 72 189
Hex E4 48 BD

RGB Percentages of Color #e448bd

%46.63
%14.72
%38.65

CMYK Percentages of Color #e448bd

%0
%68
%17
%11

Triadic Colors of #e448bd

#e448bd #bde448 #48bde4

Analogous Colors of #e448bd

#e448bd #e4486f #bd48e4

Monochromatic Colors of #e448bd

#e448bd

Complementary Color

#e448bd #48e46f

#e448bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448bd Color CSS Codes

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

#e448bd Text Font Color

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

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


#e448bd Background Color

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

This div background color is #e448bd


#e448bd Border Color

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

This div border color is #e448bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448bd


Comments

No comments written yet.

Please login to write comment.