color codes Logo

#e448cc color codes

#E448CC
(228,72,204)
0 Favorites   0 Comments

Color spaces of #e448cc

RGB 22872204
HSL0.860.740.59
HSV309°68°89°
CMYK 0.000.680.11   0.11
XYZ45.211425.488359.6636
Yxy25.48830.34680.1955
Hunter Lab50.485971.5007-34.7280
CIE-Lab57.548173.2894-36.8544

#e448cc color RGB value is (228,72,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 11001100
Octal 344 110 314
Decimal 228 72 204
Hex E4 48 CC

RGB Percentages of Color #e448cc

%45.24
%14.29
%40.48

CMYK Percentages of Color #e448cc

%0
%68
%11
%11

Triadic Colors of #e448cc

#e448cc #cce448 #48cce4

Analogous Colors of #e448cc

#e448cc #e4487e #ae48e4

Monochromatic Colors of #e448cc

#e448cc

Complementary Color

#e448cc #48e460

#e448cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448cc Color CSS Codes

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

#e448cc Text Font Color

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

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


#e448cc Background Color

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

This div background color is #e448cc


#e448cc Border Color

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

This div border color is #e448cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448cc


Comments

No comments written yet.

Please login to write comment.