Color Hex Logo

#e000af Color Hex

#E000AF
(224,0,175)
0 Favorites   0 Comments

Color spaces of #e000af

RGB 2240175
HSL0.871.000.44
HSV313°100°88°
CMYK 0.001.000.22   0.12
XYZ38.478318.942442.1857
Yxy18.94240.38630.1902
Hunter Lab43.522981.6457-27.0024
CIE-Lab50.619782.7273-30.9409

#e000af color RGB value is (224,0,175).

#e000af hex color red value is 224, green value is 0 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e000af hue: 0.87 , saturation: 1.00 and the lightness value of e000af is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 10101111
Octal 340 0 257
Decimal 224 0 175
Hex E0 0 AF

RGB Percentages of Color #e000af

%56.14
%0.00
%43.86

CMYK Percentages of Color #e000af

%0
%100
%22
%12

Triadic Colors of #e000af

#e000af #afe000 #00afe0

Analogous Colors of #e000af

#e000af #e0003f #a100e0

Monochromatic Colors of #e000af

#e000af

Complementary Color

#e000af #00e031

#e000af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e000af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e000af Color CSS Codes

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

#e000af Text Font Color

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

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


#e000af Background Color

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

This div background color is #e000af


#e000af Border Color

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

This div border color is #e000af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e000af


Comments

No comments written yet.

Please login to write comment.