Color Hex Logo

#e16acb Color Hex

#E16ACB
(225,106,203)
0 Favorites   0 Comments

Color spaces of #e16acb

RGB 225106203
HSL0.860.660.65
HSV311°53°88°
CMYK 0.000.530.10   0.12
XYZ46.984930.627459.9352
Yxy30.62740.34160.2227
Hunter Lab55.342054.6964-25.4714
CIE-Lab62.191858.3116-29.0959

#e16acb color RGB value is (225,106,203).

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

The process color (four color CMYK) of #e16acb color hex is 0.00, 0.53, 0.10, 0.12. Web safe color of #e16acb is #cc66cc. Color #e16acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11001011
Octal 341 152 313
Decimal 225 106 203
Hex E1 6A CB

RGB Percentages of Color #e16acb

%42.13
%19.85
%38.01

CMYK Percentages of Color #e16acb

%0
%53
%10
%12

Triadic Colors of #e16acb

#e16acb #cbe16a #6acbe1

Analogous Colors of #e16acb

#e16acb #e16a90 #bc6ae1

Monochromatic Colors of #e16acb

#e16acb

Complementary Color

#e16acb #6ae180

#e16acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16acb Color CSS Codes

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

#e16acb Text Font Color

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

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


#e16acb Background Color

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

This div background color is #e16acb


#e16acb Border Color

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

This div border color is #e16acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16acb


Comments

No comments written yet.

Please login to write comment.