Color Hex Logo

#e14cae Color Hex

#E14CAE
(225,76,174)
0 Favorites   0 Comments

Color spaces of #e14cae

RGB 22576174
HSL0.890.710.59
HSV321°66°88°
CMYK 0.000.660.23   0.12
XYZ41.275824.232442.5463
Yxy24.23240.38200.2243
Hunter Lab49.226463.5240-16.7857
CIE-Lab56.319766.9134-21.5276

#e14cae color RGB value is (225,76,174).

#e14cae hex color red value is 225, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e14cae hue: 0.89 , saturation: 0.71 and the lightness value of e14cae is 0.59.

The process color (four color CMYK) of #e14cae color hex is 0.00, 0.66, 0.23, 0.12. Web safe color of #e14cae is #cc3399. Color #e14cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 10101110
Octal 341 114 256
Decimal 225 76 174
Hex E1 4C AE

RGB Percentages of Color #e14cae

%47.37
%16.00
%36.63

CMYK Percentages of Color #e14cae

%0
%66
%23
%12

Triadic Colors of #e14cae

#e14cae #aee14c #4caee1

Analogous Colors of #e14cae

#e14cae #e14c64 #ca4ce1

Monochromatic Colors of #e14cae

#e14cae

Complementary Color

#e14cae #4ce17f

#e14cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cae Color CSS Codes

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

#e14cae Text Font Color

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

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


#e14cae Background Color

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

This div background color is #e14cae


#e14cae Border Color

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

This div border color is #e14cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cae


Comments

No comments written yet.

Please login to write comment.