Color Hex Logo

#e448ca Color Hex

#E448CA
(228,72,202)
0 Favorites   0 Comments

Color spaces of #e448ca

RGB 22872202
HSL0.860.740.59
HSV310°68°89°
CMYK 0.000.680.11   0.11
XYZ44.972925.393058.4081
Yxy25.39300.34920.1972
Hunter Lab50.391571.1209-33.4482
CIE-Lab57.456372.9974-35.8565

#e448ca color RGB value is (228,72,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 11001010
Octal 344 110 312
Decimal 228 72 202
Hex E4 48 CA

RGB Percentages of Color #e448ca

%45.42
%14.34
%40.24

CMYK Percentages of Color #e448ca

%0
%68
%11
%11

Triadic Colors of #e448ca

#e448ca #cae448 #48cae4

Analogous Colors of #e448ca

#e448ca #e4487c #b048e4

Monochromatic Colors of #e448ca

#e448ca

Complementary Color

#e448ca #48e462

#e448ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e448ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e448ca Color CSS Codes

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

#e448ca Text Font Color

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

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


#e448ca Background Color

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

This div background color is #e448ca


#e448ca Border Color

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

This div border color is #e448ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e448ca


Comments

No comments written yet.

Please login to write comment.