Color Hex Logo

#e448de Color Hex

#E448DE
(228,72,222)
0 Favorites   0 Comments

Color spaces of #e448de

RGB 22872222
HSL0.840.740.59
HSV302°68°89°
CMYK 0.000.680.03   0.11
XYZ47.497126.402671.7001
Yxy26.40260.32620.1813
Hunter Lab51.383575.0782-46.7644
CIE-Lab58.417276.0128-45.6947

#e448de color RGB value is (228,72,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 11011110
Octal 344 110 336
Decimal 228 72 222
Hex E4 48 DE

RGB Percentages of Color #e448de

%43.68
%13.79
%42.53

CMYK Percentages of Color #e448de

%0
%68
%3
%11

Triadic Colors of #e448de

#e448de #dee448 #48dee4

Analogous Colors of #e448de

#e448de #e44890 #9c48e4

Monochromatic Colors of #e448de

#e448de

Complementary Color

#e448de #48e44e

#e448de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448de Color CSS Codes

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

#e448de Text Font Color

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

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


#e448de Background Color

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

This div background color is #e448de


#e448de Border Color

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

This div border color is #e448de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448de


Comments

No comments written yet.

Please login to write comment.