Color Hex Logo

#e449cd Color Hex

#E449CD
(228,73,205)
0 Favorites   0 Comments

Color spaces of #e449cd

RGB 22873205
HSL0.860.740.59
HSV309°68°89°
CMYK 0.000.680.10   0.11
XYZ45.396925.666860.3191
Yxy25.66680.34550.1954
Hunter Lab50.662471.2887-35.1275
CIE-Lab57.719473.0841-37.1562

#e449cd color RGB value is (228,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 11001101
Octal 344 111 315
Decimal 228 73 205
Hex E4 49 CD

RGB Percentages of Color #e449cd

%45.06
%14.43
%40.51

CMYK Percentages of Color #e449cd

%0
%68
%10
%11

Triadic Colors of #e449cd

#e449cd #cde449 #49cde4

Analogous Colors of #e449cd

#e449cd #e44980 #ae49e4

Monochromatic Colors of #e449cd

#e449cd

Complementary Color

#e449cd #49e460

#e449cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449cd Color CSS Codes

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

#e449cd Text Font Color

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

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


#e449cd Background Color

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

This div background color is #e449cd


#e449cd Border Color

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

This div border color is #e449cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449cd


Comments

No comments written yet.

Please login to write comment.