Color Hex Logo

#e865ab Color Hex

#E865AB
(232,101,171)
0 Favorites   0 Comments

Color spaces of #e865ab

RGB 232101171
HSL0.910.740.65
HSV328°56°91°
CMYK 0.000.560.26   0.09
XYZ45.283129.403441.8168
Yxy29.40340.38870.2524
Hunter Lab54.224954.1714-7.7654
CIE-Lab61.136058.0306-12.3832

#e865ab color RGB value is (232,101,171).

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

The process color (four color CMYK) of #e865ab color hex is 0.00, 0.56, 0.26, 0.09. Web safe color of #e865ab is #ff6699. Color #e865ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100101 10101011
Octal 350 145 253
Decimal 232 101 171
Hex E8 65 AB

RGB Percentages of Color #e865ab

%46.03
%20.04
%33.93

CMYK Percentages of Color #e865ab

%0
%56
%26
%9

Triadic Colors of #e865ab

#e865ab #abe865 #65abe8

Analogous Colors of #e865ab

#e865ab #e8656a #e465e8

Monochromatic Colors of #e865ab

#e865ab

Complementary Color

#e865ab #65e8a2

#e865ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e865ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e865ab Color CSS Codes

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

#e865ab Text Font Color

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

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


#e865ab Background Color

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

This div background color is #e865ab


#e865ab Border Color

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

This div border color is #e865ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e865ab


Comments

No comments written yet.

Please login to write comment.