Color Hex Logo

#e449ca Color Hex

#E449CA
(228,73,202)
0 Favorites   0 Comments

Color spaces of #e449ca

RGB 22873202
HSL0.860.740.59
HSV310°68°89°
CMYK 0.000.680.11   0.11
XYZ45.038125.523358.4298
Yxy25.52330.34920.1979
Hunter Lab50.520670.7182-33.2077
CIE-Lab57.581872.6450-35.6603

#e449ca color RGB value is (228,73,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 11001010
Octal 344 111 312
Decimal 228 73 202
Hex E4 49 CA

RGB Percentages of Color #e449ca

%45.33
%14.51
%40.16

CMYK Percentages of Color #e449ca

%0
%68
%11
%11

Triadic Colors of #e449ca

#e449ca #cae449 #49cae4

Analogous Colors of #e449ca

#e449ca #e4497d #b149e4

Monochromatic Colors of #e449ca

#e449ca

Complementary Color

#e449ca #49e463

#e449ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449ca Color CSS Codes

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

#e449ca Text Font Color

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

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


#e449ca Background Color

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

This div background color is #e449ca


#e449ca Border Color

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

This div border color is #e449ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449ca


Comments

No comments written yet.

Please login to write comment.