Color Hex Logo

#e463af Color Hex

#E463AF
(228,99,175)
0 Favorites   0 Comments

Color spaces of #e463af

RGB 22899175
HSL0.900.700.64
HSV325°57°89°
CMYK 0.000.570.23   0.11
XYZ44.194628.512843.7316
Yxy28.51280.37960.2449
Hunter Lab53.397454.2910-11.1794
CIE-Lab60.349258.2675-15.9256

#e463af color RGB value is (228,99,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100011 10101111
Octal 344 143 257
Decimal 228 99 175
Hex E4 63 AF

RGB Percentages of Color #e463af

%45.42
%19.72
%34.86

CMYK Percentages of Color #e463af

%0
%57
%23
%11

Triadic Colors of #e463af

#e463af #afe463 #63afe4

Analogous Colors of #e463af

#e463af #e4636f #d963e4

Monochromatic Colors of #e463af

#e463af

Complementary Color

#e463af #63e498

#e463af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e463af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e463af Color CSS Codes

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

#e463af Text Font Color

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

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


#e463af Background Color

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

This div background color is #e463af


#e463af Border Color

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

This div border color is #e463af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e463af


Comments

No comments written yet.

Please login to write comment.