Color Hex Logo

#e14adb Color Hex

#E14ADB
(225,74,219)
0 Favorites   0 Comments

Color spaces of #e14adb

RGB 22574219
HSL0.840.720.59
HSV302°67°88°
CMYK 0.000.670.03   0.12
XYZ46.286326.019669.6006
Yxy26.01960.32620.1834
Hunter Lab51.009472.7057-45.1926
CIE-Lab58.055674.1708-44.6029

#e14adb color RGB value is (225,74,219).

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

The process color (four color CMYK) of #e14adb color hex is 0.00, 0.67, 0.03, 0.12. Web safe color of #e14adb is #cc33cc. Color #e14adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 11011011
Octal 341 112 333
Decimal 225 74 219
Hex E1 4A DB

RGB Percentages of Color #e14adb

%43.44
%14.29
%42.28

CMYK Percentages of Color #e14adb

%0
%67
%3
%12

Triadic Colors of #e14adb

#e14adb #dbe14a #4adbe1

Analogous Colors of #e14adb

#e14adb #e14a90 #9c4ae1

Monochromatic Colors of #e14adb

#e14adb

Complementary Color

#e14adb #4ae150

#e14adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14adb Color CSS Codes

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

#e14adb Text Font Color

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

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


#e14adb Background Color

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

This div background color is #e14adb


#e14adb Border Color

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

This div border color is #e14adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14adb


Comments

No comments written yet.

Please login to write comment.