Color Hex Logo

#e10046 Color Hex

#E10046
(225,0,70)
0 Favorites   0 Comments

Color spaces of #e10046

RGB 225070
HSL0.951.000.44
HSV341°100°88°
CMYK 0.001.000.69   0.12
XYZ32.156816.44977.2746
Yxy16.44970.57550.2944
Hunter Lab40.558270.547717.7564
CIE-Lab47.559074.441328.4300

#e10046 color RGB value is (225,0,70).

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

The process color (four color CMYK) of #e10046 color hex is 0.00, 1.00, 0.69, 0.12. Web safe color of #e10046 is #cc0033. Color #e10046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 01000110
Octal 341 0 106
Decimal 225 0 70
Hex E1 0 46

RGB Percentages of Color #e10046

%76.27
%0.00
%23.73

CMYK Percentages of Color #e10046

%0
%100
%69
%12

Triadic Colors of #e10046

#e10046 #46e100 #0046e1

Analogous Colors of #e10046

#e10046 #e12a00 #e100b7

Monochromatic Colors of #e10046

#e10046

Complementary Color

#e10046 #00e19b

#e10046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10046 Color CSS Codes

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

#e10046 Text Font Color

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

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


#e10046 Background Color

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

This div background color is #e10046


#e10046 Border Color

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

This div border color is #e10046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10046


Comments

No comments written yet.

Please login to write comment.