Color Hex Logo

#e146bb Color Hex

#E146BB
(225,70,187)
0 Favorites   0 Comments

Color spaces of #e146bb

RGB 22570187
HSL0.870.720.58
HSV315°69°88°
CMYK 0.000.690.17   0.12
XYZ42.211123.975749.4167
Yxy23.97570.36510.2074
Hunter Lab48.965068.1902-25.5615
CIE-Lab56.063570.8567-29.4505

#e146bb color RGB value is (225,70,187).

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

The process color (four color CMYK) of #e146bb color hex is 0.00, 0.69, 0.17, 0.12. Web safe color of #e146bb is #cc33cc. Color #e146bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 10111011
Octal 341 106 273
Decimal 225 70 187
Hex E1 46 BB

RGB Percentages of Color #e146bb

%46.68
%14.52
%38.80

CMYK Percentages of Color #e146bb

%0
%69
%17
%12

Triadic Colors of #e146bb

#e146bb #bbe146 #46bbe1

Analogous Colors of #e146bb

#e146bb #e1466e #ba46e1

Monochromatic Colors of #e146bb

#e146bb

Complementary Color

#e146bb #46e16c

#e146bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e146bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e146bb Color CSS Codes

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

#e146bb Text Font Color

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

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


#e146bb Background Color

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

This div background color is #e146bb


#e146bb Border Color

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

This div border color is #e146bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,70,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e146bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e146bb


Comments

No comments written yet.

Please login to write comment.