Color Hex Logo

#e319af Color Hex

#E319AF
(227,25,175)
0 Favorites   0 Comments

Color spaces of #e319af

RGB 22725175
HSL0.880.800.49
HSV315°89°89°
CMYK 0.000.890.23   0.11
XYZ39.764020.121342.3454
Yxy20.12130.38900.1968
Hunter Lab44.856879.7348-24.5708
CIE-Lab51.974180.9643-28.7896

#e319af color RGB value is (227,25,175).

#e319af hex color red value is 227, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e319af hue: 0.88 , saturation: 0.80 and the lightness value of e319af is 0.49.

The process color (four color CMYK) of #e319af color hex is 0.00, 0.89, 0.23, 0.11. Web safe color of #e319af is #cc0099. Color #e319af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 10101111
Octal 343 31 257
Decimal 227 25 175
Hex E3 19 AF

RGB Percentages of Color #e319af

%53.16
%5.85
%40.98

CMYK Percentages of Color #e319af

%0
%89
%23
%11

Triadic Colors of #e319af

#e319af #afe319 #19afe3

Analogous Colors of #e319af

#e319af #e3194a #b219e3

Monochromatic Colors of #e319af

#e319af

Complementary Color

#e319af #19e34d

#e319af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e319af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e319af Color CSS Codes

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

#e319af Text Font Color

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

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


#e319af Background Color

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

This div background color is #e319af


#e319af Border Color

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

This div border color is #e319af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e319af


Comments

No comments written yet.

Please login to write comment.