Color Hex Logo

#e463bc Color Hex

#E463BC
(228,99,188)
0 Favorites   0 Comments

Color spaces of #e463bc

RGB 22899188
HSL0.890.700.64
HSV319°57°89°
CMYK 0.000.570.18   0.11
XYZ45.533829.048550.7840
Yxy29.04850.36320.2317
Hunter Lab53.896756.4839-18.1382
CIE-Lab60.824460.0930-22.6467

#e463bc color RGB value is (228,99,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100011 10111100
Octal 344 143 274
Decimal 228 99 188
Hex E4 63 BC

RGB Percentages of Color #e463bc

%44.27
%19.22
%36.50

CMYK Percentages of Color #e463bc

%0
%57
%18
%11

Triadic Colors of #e463bc

#e463bc #bce463 #63bce4

Analogous Colors of #e463bc

#e463bc #e4637c #cc63e4

Monochromatic Colors of #e463bc

#e463bc

Complementary Color

#e463bc #63e48b

#e463bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e463bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e463bc Color CSS Codes

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

#e463bc Text Font Color

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

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


#e463bc Background Color

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

This div background color is #e463bc


#e463bc Border Color

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

This div border color is #e463bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e463bc


Comments

No comments written yet.

Please login to write comment.