Color Hex Logo

#e16dba Color Hex

#E16DBA
(225,109,186)
0 Favorites   0 Comments

Color spaces of #e16dba

RGB 225109186
HSL0.890.660.65
HSV320°52°88°
CMYK 0.000.520.17   0.12
XYZ45.382930.490049.9476
Yxy30.49000.36070.2423
Hunter Lab55.217850.0762-14.9788
CIE-Lab62.074754.2711-19.6347

#e16dba color RGB value is (225,109,186).

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

The process color (four color CMYK) of #e16dba color hex is 0.00, 0.52, 0.17, 0.12. Web safe color of #e16dba is #cc66cc. Color #e16dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 10111010
Octal 341 155 272
Decimal 225 109 186
Hex E1 6D BA

RGB Percentages of Color #e16dba

%43.27
%20.96
%35.77

CMYK Percentages of Color #e16dba

%0
%52
%17
%12

Triadic Colors of #e16dba

#e16dba #bae16d #6dbae1

Analogous Colors of #e16dba

#e16dba #e16d80 #ce6de1

Monochromatic Colors of #e16dba

#e16dba

Complementary Color

#e16dba #6de194

#e16dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16dba Color CSS Codes

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

#e16dba Text Font Color

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

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


#e16dba Background Color

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

This div background color is #e16dba


#e16dba Border Color

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

This div border color is #e16dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16dba


Comments

No comments written yet.

Please login to write comment.