Color Hex Logo

#e465ab Color Hex

#E465AB
(228,101,171)
0 Favorites   0 Comments

Color spaces of #e465ab

RGB 228101171
HSL0.910.700.65
HSV327°56°89°
CMYK 0.000.560.25   0.11
XYZ43.999328.741641.7567
Yxy28.74160.38430.2510
Hunter Lab53.611252.6773-8.6520
CIE-Lab60.552956.8181-13.3189

#e465ab color RGB value is (228,101,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100101 10101011
Octal 344 145 253
Decimal 228 101 171
Hex E4 65 AB

RGB Percentages of Color #e465ab

%45.60
%20.20
%34.20

CMYK Percentages of Color #e465ab

%0
%56
%25
%11

Triadic Colors of #e465ab

#e465ab #abe465 #65abe4

Analogous Colors of #e465ab

#e465ab #e4656c #de65e4

Monochromatic Colors of #e465ab

#e465ab

Complementary Color

#e465ab #65e49e

#e465ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e465ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e465ab Color CSS Codes

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

#e465ab Text Font Color

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

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


#e465ab Background Color

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

This div background color is #e465ab


#e465ab Border Color

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

This div border color is #e465ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e465ab


Comments

No comments written yet.

Please login to write comment.