Color Hex Logo

#e460ab Color Hex

#E460AB
(228,96,171)
0 Favorites   0 Comments

Color spaces of #e460ab

RGB 22896171
HSL0.910.710.64
HSV326°58°89°
CMYK 0.000.580.25   0.11
XYZ43.528527.800041.5998
Yxy27.80000.38550.2462
Hunter Lab52.725755.0934-9.8709
CIE-Lab59.707659.0771-14.5940

#e460ab color RGB value is (228,96,171).

#e460ab hex color red value is 228, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e460ab hue: 0.91 , saturation: 0.71 and the lightness value of e460ab is 0.64.

The process color (four color CMYK) of #e460ab color hex is 0.00, 0.58, 0.25, 0.11. Web safe color of #e460ab is #cc6699. Color #e460ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100000 10101011
Octal 344 140 253
Decimal 228 96 171
Hex E4 60 AB

RGB Percentages of Color #e460ab

%46.06
%19.39
%34.55

CMYK Percentages of Color #e460ab

%0
%58
%25
%11

Triadic Colors of #e460ab

#e460ab #abe460 #60abe4

Analogous Colors of #e460ab

#e460ab #e46069 #db60e4

Monochromatic Colors of #e460ab

#e460ab

Complementary Color

#e460ab #60e499

#e460ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e460ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e460ab Color CSS Codes

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

#e460ab Text Font Color

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

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


#e460ab Background Color

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

This div background color is #e460ab


#e460ab Border Color

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

This div border color is #e460ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e460ab


Comments

No comments written yet.

Please login to write comment.