Color Hex Logo

#e760ab Color Hex

#E760AB
(231,96,171)
0 Favorites   0 Comments

Color spaces of #e760ab

RGB 23196171
HSL0.910.740.64
HSV327°58°91°
CMYK 0.000.580.26   0.09
XYZ44.488628.294941.6447
Yxy28.29490.38880.2473
Hunter Lab53.193056.2031-9.1830
CIE-Lab60.154259.9650-13.8762

#e760ab color RGB value is (231,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10101011
Octal 347 140 253
Decimal 231 96 171
Hex E7 60 AB

RGB Percentages of Color #e760ab

%46.39
%19.28
%34.34

CMYK Percentages of Color #e760ab

%0
%58
%26
%9

Triadic Colors of #e760ab

#e760ab #abe760 #60abe7

Analogous Colors of #e760ab

#e760ab #e76068 #e060e7

Monochromatic Colors of #e760ab

#e760ab

Complementary Color

#e760ab #60e79c

#e760ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760ab Color CSS Codes

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

#e760ab Text Font Color

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

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


#e760ab Background Color

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

This div background color is #e760ab


#e760ab Border Color

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

This div border color is #e760ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760ab


Comments

No comments written yet.

Please login to write comment.