Color Hex Logo

#e448ce Color Hex

#E448CE
(228,72,206)
0 Favorites   0 Comments

Color spaces of #e448ce

RGB 22872206
HSL0.860.740.59
HSV308°68°89°
CMYK 0.000.680.10   0.11
XYZ45.452925.584960.9353
Yxy25.58490.34440.1939
Hunter Lab50.581571.8837-36.0193
CIE-Lab57.640973.5831-37.8490

#e448ce color RGB value is (228,72,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 11001110
Octal 344 110 316
Decimal 228 72 206
Hex E4 48 CE

RGB Percentages of Color #e448ce

%45.06
%14.23
%40.71

CMYK Percentages of Color #e448ce

%0
%68
%10
%11

Triadic Colors of #e448ce

#e448ce #cee448 #48cee4

Analogous Colors of #e448ce

#e448ce #e44880 #ac48e4

Monochromatic Colors of #e448ce

#e448ce

Complementary Color

#e448ce #48e45e

#e448ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448ce Color CSS Codes

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

#e448ce Text Font Color

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

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


#e448ce Background Color

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

This div background color is #e448ce


#e448ce Border Color

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

This div border color is #e448ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448ce


Comments

No comments written yet.

Please login to write comment.