Color Hex Logo

#e756ab Color Hex

#E756AB
(231,86,171)
0 Favorites   0 Comments

Color spaces of #e756ab

RGB 23186171
HSL0.900.750.62
HSV325°63°91°
CMYK 0.000.630.26   0.09
XYZ43.633526.584841.3597
Yxy26.58480.39110.2383
Hunter Lab51.560460.8265-11.4677
CIE-Lab58.588064.2125-16.2446

#e756ab color RGB value is (231,86,171).

#e756ab hex color red value is 231, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e756ab hue: 0.90 , saturation: 0.75 and the lightness value of e756ab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 10101011
Octal 347 126 253
Decimal 231 86 171
Hex E7 56 AB

RGB Percentages of Color #e756ab

%47.34
%17.62
%35.04

CMYK Percentages of Color #e756ab

%0
%63
%26
%9

Triadic Colors of #e756ab

#e756ab #abe756 #56abe7

Analogous Colors of #e756ab

#e756ab #e75662 #db56e7

Monochromatic Colors of #e756ab

#e756ab

Complementary Color

#e756ab #56e792

#e756ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e756ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e756ab Color CSS Codes

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

#e756ab Text Font Color

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

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


#e756ab Background Color

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

This div background color is #e756ab


#e756ab Border Color

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

This div border color is #e756ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e756ab


Comments

No comments written yet.

Please login to write comment.