Color Hex Logo

#e812af Color Hex

#E812AF
(232,18,175)
0 Favorites   0 Comments

Color spaces of #e812af

RGB 23218175
HSL0.880.860.49
HSV316°92°91°
CMYK 0.000.920.25   0.09
XYZ41.232920.683642.3766
Yxy20.68360.39540.1983
Hunter Lab45.479282.2451-23.4097
CIE-Lab52.601582.8092-27.7437

#e812af color RGB value is (232,18,175).

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

The process color (four color CMYK) of #e812af color hex is 0.00, 0.92, 0.25, 0.09. Web safe color of #e812af is #ff0099. Color #e812af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010010 10101111
Octal 350 22 257
Decimal 232 18 175
Hex E8 12 AF

RGB Percentages of Color #e812af

%54.59
%4.24
%41.18

CMYK Percentages of Color #e812af

%0
%92
%25
%9

Triadic Colors of #e812af

#e812af #afe812 #12afe8

Analogous Colors of #e812af

#e812af #e81244 #b612e8

Monochromatic Colors of #e812af

#e812af

Complementary Color

#e812af #12e84b

#e812af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e812af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e812af Color CSS Codes

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

#e812af Text Font Color

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

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


#e812af Background Color

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

This div background color is #e812af


#e812af Border Color

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

This div border color is #e812af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e812af


Comments

No comments written yet.

Please login to write comment.