Color Hex Logo

#e114af Color Hex

#E114AF
(225,20,175)
0 Favorites   0 Comments

Color spaces of #e114af

RGB 22520175
HSL0.870.840.48
HSV315°91°88°
CMYK 0.000.910.22   0.12
XYZ39.039419.603042.2836
Yxy19.60300.38680.1942
Hunter Lab44.275379.9093-25.6302
CIE-Lab51.385481.2165-29.7336

#e114af color RGB value is (225,20,175).

#e114af hex color red value is 225, green value is 20 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e114af hue: 0.87 , saturation: 0.84 and the lightness value of e114af is 0.48.

The process color (four color CMYK) of #e114af color hex is 0.00, 0.91, 0.22, 0.12. Web safe color of #e114af is #cc0099. Color #e114af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10101111
Octal 341 24 257
Decimal 225 20 175
Hex E1 14 AF

RGB Percentages of Color #e114af

%53.57
%4.76
%41.67

CMYK Percentages of Color #e114af

%0
%91
%22
%12

Triadic Colors of #e114af

#e114af #afe114 #14afe1

Analogous Colors of #e114af

#e114af #e11448 #ad14e1

Monochromatic Colors of #e114af

#e114af

Complementary Color

#e114af #14e146

#e114af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114af Color CSS Codes

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

#e114af Text Font Color

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

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


#e114af Background Color

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

This div background color is #e114af


#e114af Border Color

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

This div border color is #e114af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114af


Comments

No comments written yet.

Please login to write comment.