Color Hex Logo

#e17adb Color Hex

#E17ADB
(225,122,219)
0 Favorites   0 Comments

Color spaces of #e17adb

RGB 225122219
HSL0.840.630.68
HSV303°46°88°
CMYK 0.000.460.03   0.12
XYZ50.797135.041171.1041
Yxy35.04110.32370.2233
Hunter Lab59.195549.5830-29.7807
CIE-Lab65.780753.2581-32.5157

#e17adb color RGB value is (225,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11011011
Octal 341 172 333
Decimal 225 122 219
Hex E1 7A DB

RGB Percentages of Color #e17adb

%39.75
%21.55
%38.69

CMYK Percentages of Color #e17adb

%0
%46
%3
%12

Triadic Colors of #e17adb

#e17adb #dbe17a #7adbe1

Analogous Colors of #e17adb

#e17adb #e17aa8 #b47ae1

Monochromatic Colors of #e17adb

#e17adb

Complementary Color

#e17adb #7ae180

#e17adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17adb Color CSS Codes

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

#e17adb Text Font Color

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

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


#e17adb Background Color

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

This div background color is #e17adb


#e17adb Border Color

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

This div border color is #e17adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,122,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 #e17adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17adb


Comments

No comments written yet.

Please login to write comment.