Color Hex Logo

#e146ab Color Hex

#E146AB
(225,70,171)
0 Favorites   0 Comments

Color spaces of #e146ab

RGB 22570171
HSL0.890.720.58
HSV321°69°88°
CMYK 0.000.690.24   0.12
XYZ40.592223.328140.8914
Yxy23.32810.38730.2226
Hunter Lab48.299265.4937-16.3871
CIE-Lab55.408768.7384-21.1774

#e146ab color RGB value is (225,70,171).

#e146ab hex color red value is 225, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e146ab hue: 0.89 , saturation: 0.72 and the lightness value of e146ab is 0.58.

The process color (four color CMYK) of #e146ab color hex is 0.00, 0.69, 0.24, 0.12. Web safe color of #e146ab is #cc3399. Color #e146ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 10101011
Octal 341 106 253
Decimal 225 70 171
Hex E1 46 AB

RGB Percentages of Color #e146ab

%48.28
%15.02
%36.70

CMYK Percentages of Color #e146ab

%0
%69
%24
%12

Triadic Colors of #e146ab

#e146ab #abe146 #46abe1

Analogous Colors of #e146ab

#e146ab #e1465e #ca46e1

Monochromatic Colors of #e146ab

#e146ab

Complementary Color

#e146ab #46e17c

#e146ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e146ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e146ab Color CSS Codes

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

#e146ab Text Font Color

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

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


#e146ab Background Color

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

This div background color is #e146ab


#e146ab Border Color

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

This div border color is #e146ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e146ab


Comments

No comments written yet.

Please login to write comment.