Color Hex Logo

#e10840 Color Hex

#E10840
(225,8,64)
0 Favorites   0 Comments

Color spaces of #e10840

RGB 225864
HSL0.960.930.46
HSV345°96°88°
CMYK 0.000.960.72   0.12
XYZ32.063616.55146.3553
Yxy16.55140.58330.3011
Hunter Lab40.683469.484319.2165
CIE-Lab47.689873.541032.2289

#e10840 color RGB value is (225,8,64).

#e10840 hex color red value is 225, green value is 8 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e10840 hue: 0.96 , saturation: 0.93 and the lightness value of e10840 is 0.46.

The process color (four color CMYK) of #e10840 color hex is 0.00, 0.96, 0.72, 0.12. Web safe color of #e10840 is #cc0033. Color #e10840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001000 01000000
Octal 341 10 100
Decimal 225 8 64
Hex E1 8 40

RGB Percentages of Color #e10840

%75.76
%2.69
%21.55

CMYK Percentages of Color #e10840

%0
%96
%72
%12

Triadic Colors of #e10840

#e10840 #40e108 #0840e1

Analogous Colors of #e10840

#e10840 #e13c08 #e108ad

Monochromatic Colors of #e10840

#e10840

Complementary Color

#e10840 #08e1a9

#e10840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10840 Color CSS Codes

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

#e10840 Text Font Color

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

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


#e10840 Background Color

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

This div background color is #e10840


#e10840 Border Color

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

This div border color is #e10840


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,8,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10840


Comments

No comments written yet.

Please login to write comment.