Color Hex Logo

#e14dea Color Hex

#E14DEA
(225,77,234)
0 Favorites   0 Comments

Color spaces of #e14dea

RGB 22577234
HSL0.820.790.61
HSV297°67°92°
CMYK 0.040.670.00   0.08
XYZ48.556527.255880.5436
Yxy27.25580.31060.1743
Hunter Lab52.207174.6560-54.9260
CIE-Lab59.210475.5225-51.2055

#e14dea color RGB value is (225,77,234).

#e14dea hex color red value is 225, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e14dea hue: 0.82 , saturation: 0.79 and the lightness value of e14dea is 0.61.

The process color (four color CMYK) of #e14dea color hex is 0.04, 0.67, 0.00, 0.08. Web safe color of #e14dea is #cc66ff. Color #e14dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001101 11101010
Octal 341 115 352
Decimal 225 77 234
Hex E1 4D EA

RGB Percentages of Color #e14dea

%41.98
%14.37
%43.66

CMYK Percentages of Color #e14dea

%4
%67
%0
%8

Triadic Colors of #e14dea

#e14dea #eae14d #4deae1

Analogous Colors of #e14dea

#e14dea #ea4da5 #934dea

Monochromatic Colors of #e14dea

#e14dea

Complementary Color

#e14dea #56ea4d

#e14dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14dea Color CSS Codes

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

#e14dea Text Font Color

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

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


#e14dea Background Color

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

This div background color is #e14dea


#e14dea Border Color

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

This div border color is #e14dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14dea


Comments

No comments written yet.

Please login to write comment.