Color Hex Logo

#e14eae Color Hex

#E14EAE
(225,78,174)
0 Favorites   0 Comments

Color spaces of #e14eae

RGB 22578174
HSL0.890.710.59
HSV321°65°88°
CMYK 0.000.650.23   0.12
XYZ41.415724.512342.5929
Yxy24.51230.38160.2259
Hunter Lab49.509962.6753-16.3497
CIE-Lab56.597166.1451-21.1027

#e14eae color RGB value is (225,78,174).

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

The process color (four color CMYK) of #e14eae color hex is 0.00, 0.65, 0.23, 0.12. Web safe color of #e14eae is #cc6699. Color #e14eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 10101110
Octal 341 116 256
Decimal 225 78 174
Hex E1 4E AE

RGB Percentages of Color #e14eae

%47.17
%16.35
%36.48

CMYK Percentages of Color #e14eae

%0
%65
%23
%12

Triadic Colors of #e14eae

#e14eae #aee14e #4eaee1

Analogous Colors of #e14eae

#e14eae #e14e65 #cb4ee1

Monochromatic Colors of #e14eae

#e14eae

Complementary Color

#e14eae #4ee181

#e14eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14eae Color CSS Codes

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

#e14eae Text Font Color

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

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


#e14eae Background Color

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

This div background color is #e14eae


#e14eae Border Color

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

This div border color is #e14eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14eae


Comments

No comments written yet.

Please login to write comment.