Color Hex Logo

#e16ba2 Color Hex

#E16BA2
(225,107,162)
0 Favorites   0 Comments

Color spaces of #e16ba2

RGB 225107162
HSL0.920.660.65
HSV332°52°88°
CMYK 0.000.520.28   0.12
XYZ42.830629.131637.5480
Yxy29.13160.39110.2660
Hunter Lab53.973747.1940-3.4648
CIE-Lab60.897651.8770-7.6688

#e16ba2 color RGB value is (225,107,162).

#e16ba2 hex color red value is 225, green value is 107 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #e16ba2 hue: 0.92 , saturation: 0.66 and the lightness value of e16ba2 is 0.65.

The process color (four color CMYK) of #e16ba2 color hex is 0.00, 0.52, 0.28, 0.12. Web safe color of #e16ba2 is #cc6699. Color #e16ba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 10100010
Octal 341 153 242
Decimal 225 107 162
Hex E1 6B A2

RGB Percentages of Color #e16ba2

%45.55
%21.66
%32.79

CMYK Percentages of Color #e16ba2

%0
%52
%28
%12

Triadic Colors of #e16ba2

#e16ba2 #a2e16b #6ba2e1

Analogous Colors of #e16ba2

#e16ba2 #e16f6b #e16bdd

Monochromatic Colors of #e16ba2

#e16ba2

Complementary Color

#e16ba2 #6be1aa

#e16ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ba2 Color CSS Codes

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

#e16ba2 Text Font Color

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

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


#e16ba2 Background Color

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

This div background color is #e16ba2


#e16ba2 Border Color

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

This div border color is #e16ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ba2


Comments

No comments written yet.

Please login to write comment.