Color Hex Logo

#e946ab Color Hex

#E946AB
(233,70,171)
0 Favorites   0 Comments

Color spaces of #e946ab

RGB 23370171
HSL0.900.790.59
HSV323°70°91°
CMYK 0.000.700.27   0.09
XYZ43.145124.644241.0109
Yxy24.64420.39660.2265
Hunter Lab49.642968.2608-14.2305
CIE-Lab56.727170.7893-19.0448

#e946ab color RGB value is (233,70,171).

#e946ab hex color red value is 233, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e946ab hue: 0.90 , saturation: 0.79 and the lightness value of e946ab is 0.59.

The process color (four color CMYK) of #e946ab color hex is 0.00, 0.70, 0.27, 0.09. Web safe color of #e946ab is #ff3399. Color #e946ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 10101011
Octal 351 106 253
Decimal 233 70 171
Hex E9 46 AB

RGB Percentages of Color #e946ab

%49.16
%14.77
%36.08

CMYK Percentages of Color #e946ab

%0
%70
%27
%9

Triadic Colors of #e946ab

#e946ab #abe946 #46abe9

Analogous Colors of #e946ab

#e946ab #e9465a #d646e9

Monochromatic Colors of #e946ab

#e946ab

Complementary Color

#e946ab #46e984

#e946ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e946ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e946ab Color CSS Codes

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

#e946ab Text Font Color

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

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


#e946ab Background Color

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

This div background color is #e946ab


#e946ab Border Color

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

This div border color is #e946ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e946ab


Comments

No comments written yet.

Please login to write comment.