Color Hex Logo

#e463cc Color Hex

#E463CC
(228,99,204)
0 Favorites   0 Comments

Color spaces of #e463cc

RGB 22899204
HSL0.860.700.64
HSV311°57°89°
CMYK 0.000.570.11   0.11
XYZ47.355829.777360.3784
Yxy29.77730.34440.2165
Hunter Lab54.568659.4112-27.4045
CIE-Lab61.461662.4967-30.7580

#e463cc color RGB value is (228,99,204).

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

The process color (four color CMYK) of #e463cc color hex is 0.00, 0.57, 0.11, 0.11. Web safe color of #e463cc is #cc66cc. Color #e463cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100011 11001100
Octal 344 143 314
Decimal 228 99 204
Hex E4 63 CC

RGB Percentages of Color #e463cc

%42.94
%18.64
%38.42

CMYK Percentages of Color #e463cc

%0
%57
%11
%11

Triadic Colors of #e463cc

#e463cc #cce463 #63cce4

Analogous Colors of #e463cc

#e463cc #e4638c #bc63e4

Monochromatic Colors of #e463cc

#e463cc

Complementary Color

#e463cc #63e47b

#e463cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e463cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e463cc Color CSS Codes

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

#e463cc Text Font Color

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

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


#e463cc Background Color

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

This div background color is #e463cc


#e463cc Border Color

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

This div border color is #e463cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e463cc


Comments

No comments written yet.

Please login to write comment.