Color Hex Logo

#e449cb Color Hex

#E449CB
(228,73,203)
0 Favorites   0 Comments

Color spaces of #e449cb

RGB 22873203
HSL0.860.740.59
HSV310°68°89°
CMYK 0.000.680.11   0.11
XYZ45.156925.570959.0555
Yxy25.57090.34790.1970
Hunter Lab50.567770.9069-33.8445
CIE-Lab57.627572.7904-36.1596

#e449cb color RGB value is (228,73,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 11001011
Octal 344 111 313
Decimal 228 73 203
Hex E4 49 CB

RGB Percentages of Color #e449cb

%45.24
%14.48
%40.28

CMYK Percentages of Color #e449cb

%0
%68
%11
%11

Triadic Colors of #e449cb

#e449cb #cbe449 #49cbe4

Analogous Colors of #e449cb

#e449cb #e4497e #b049e4

Monochromatic Colors of #e449cb

#e449cb

Complementary Color

#e449cb #49e462

#e449cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449cb Color CSS Codes

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

#e449cb Text Font Color

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

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


#e449cb Background Color

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

This div background color is #e449cb


#e449cb Border Color

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

This div border color is #e449cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449cb


Comments

No comments written yet.

Please login to write comment.