Color Hex Logo

#e812df Color Hex

#E812DF
(232,18,223)
0 Favorites   0 Comments

Color spaces of #e812df

RGB 23218223
HSL0.840.860.49
HSV303°92°91°
CMYK 0.000.920.04   0.09
XYZ46.814322.916171.7679
Yxy22.91610.33080.1620
Hunter Lab47.870890.7868-55.3781
CIE-Lab54.985888.8929-51.6658

#e812df color RGB value is (232,18,223).

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

The process color (four color CMYK) of #e812df color hex is 0.00, 0.92, 0.04, 0.09. Web safe color of #e812df is #ff00cc. Color #e812df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010010 11011111
Octal 350 22 337
Decimal 232 18 223
Hex E8 12 DF

RGB Percentages of Color #e812df

%49.05
%3.81
%47.15

CMYK Percentages of Color #e812df

%0
%92
%4
%9

Triadic Colors of #e812df

#e812df #dfe812 #12dfe8

Analogous Colors of #e812df

#e812df #e81274 #8612e8

Monochromatic Colors of #e812df

#e812df

Complementary Color

#e812df #12e81b

#e812df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e812df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e812df Color CSS Codes

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

#e812df Text Font Color

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

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


#e812df Background Color

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

This div background color is #e812df


#e812df Border Color

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

This div border color is #e812df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,18,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e812df


Comments

No comments written yet.

Please login to write comment.