Color Hex Logo

#e146b0 Color Hex

#E146B0
(225,70,176)
0 Favorites   0 Comments

Color spaces of #e146b0

RGB 22570176
HSL0.890.720.58
HSV319°69°88°
CMYK 0.000.690.22   0.12
XYZ41.078023.522543.4495
Yxy23.52250.38020.2177
Hunter Lab48.500066.3090-19.1659
CIE-Lab55.606569.3819-23.7847

#e146b0 color RGB value is (225,70,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 10110000
Octal 341 106 260
Decimal 225 70 176
Hex E1 46 B0

RGB Percentages of Color #e146b0

%47.77
%14.86
%37.37

CMYK Percentages of Color #e146b0

%0
%69
%22
%12

Triadic Colors of #e146b0

#e146b0 #b0e146 #46b0e1

Analogous Colors of #e146b0

#e146b0 #e14662 #c546e1

Monochromatic Colors of #e146b0

#e146b0

Complementary Color

#e146b0 #46e177

#e146b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e146b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e146b0 Color CSS Codes

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

#e146b0 Text Font Color

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

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


#e146b0 Background Color

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

This div background color is #e146b0


#e146b0 Border Color

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

This div border color is #e146b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e146b0


Comments

No comments written yet.

Please login to write comment.