Color Hex Logo

#e150af Color Hex

#E150AF
(225,80,175)
0 Favorites   0 Comments

Color spaces of #e150af

RGB 22580175
HSL0.890.710.60
HSV321°64°88°
CMYK 0.000.640.22   0.12
XYZ41.657924.840043.1564
Yxy24.84000.37990.2265
Hunter Lab49.839761.9773-16.4516
CIE-Lab56.919265.4943-21.1896

#e150af color RGB value is (225,80,175).

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

The process color (four color CMYK) of #e150af color hex is 0.00, 0.64, 0.22, 0.12. Web safe color of #e150af is #cc6699. Color #e150af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 10101111
Octal 341 120 257
Decimal 225 80 175
Hex E1 50 AF

RGB Percentages of Color #e150af

%46.88
%16.67
%36.46

CMYK Percentages of Color #e150af

%0
%64
%22
%12

Triadic Colors of #e150af

#e150af #afe150 #50afe1

Analogous Colors of #e150af

#e150af #e15067 #cb50e1

Monochromatic Colors of #e150af

#e150af

Complementary Color

#e150af #50e182

#e150af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150af Color CSS Codes

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

#e150af Text Font Color

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

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


#e150af Background Color

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

This div background color is #e150af


#e150af Border Color

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

This div border color is #e150af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150af


Comments

No comments written yet.

Please login to write comment.