Color Hex Logo

#e16adb Color Hex

#E16ADB
(225,106,219)
0 Favorites   0 Comments

Color spaces of #e16adb

RGB 225106219
HSL0.840.660.65
HSV303°53°88°
CMYK 0.000.530.03   0.12
XYZ48.991631.430170.5023
Yxy31.43010.32460.2083
Hunter Lab56.062657.8770-35.3172
CIE-Lab62.869060.9426-37.0448

#e16adb color RGB value is (225,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11011011
Octal 341 152 333
Decimal 225 106 219
Hex E1 6A DB

RGB Percentages of Color #e16adb

%40.91
%19.27
%39.82

CMYK Percentages of Color #e16adb

%0
%53
%3
%12

Triadic Colors of #e16adb

#e16adb #dbe16a #6adbe1

Analogous Colors of #e16adb

#e16adb #e16aa0 #ac6ae1

Monochromatic Colors of #e16adb

#e16adb

Complementary Color

#e16adb #6ae170

#e16adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16adb Color CSS Codes

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

#e16adb Text Font Color

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

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


#e16adb Background Color

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

This div background color is #e16adb


#e16adb Border Color

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

This div border color is #e16adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16adb


Comments

No comments written yet.

Please login to write comment.