Color Hex Logo

#e80046 Color Hex

#E80046
(232,0,70)
0 Favorites   0 Comments

Color spaces of #e80046

RGB 232070
HSL0.951.000.45
HSV342°100°91°
CMYK 0.001.000.70   0.09
XYZ34.384217.59807.3789
Yxy17.59800.57920.2965
Hunter Lab41.950072.894718.9360
CIE-Lab49.004876.074730.5367

#e80046 color RGB value is (232,0,70).

#e80046 hex color red value is 232, green value is 0 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e80046 hue: 0.95 , saturation: 1.00 and the lightness value of e80046 is 0.45.

The process color (four color CMYK) of #e80046 color hex is 0.00, 1.00, 0.70, 0.09. Web safe color of #e80046 is #ff0033. Color #e80046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000000 01000110
Octal 350 0 106
Decimal 232 0 70
Hex E8 0 46

RGB Percentages of Color #e80046

%76.82
%0.00
%23.18

CMYK Percentages of Color #e80046

%0
%100
%70
%9

Triadic Colors of #e80046

#e80046 #46e800 #0046e8

Analogous Colors of #e80046

#e80046 #e82e00 #e800ba

Monochromatic Colors of #e80046

#e80046

Complementary Color

#e80046 #00e8a2

#e80046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80046 Color CSS Codes

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

#e80046 Text Font Color

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

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


#e80046 Background Color

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

This div background color is #e80046


#e80046 Border Color

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

This div border color is #e80046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80046


Comments

No comments written yet.

Please login to write comment.