Color Hex Logo

#e10030 Color Hex

#E10030
(225,0,48)
0 Favorites   0 Comments

Color spaces of #e10030

RGB 225048
HSL0.961.000.44
HSV347°100°88°
CMYK 0.001.000.79   0.12
XYZ31.584816.22104.2626
Yxy16.22100.60660.3115
Hunter Lab40.275369.501921.9177
CIE-Lab47.263173.638741.1642

#e10030 color RGB value is (225,0,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 00110000
Octal 341 0 60
Decimal 225 0 48
Hex E1 0 30

RGB Percentages of Color #e10030

%82.42
%0.00
%17.58

CMYK Percentages of Color #e10030

%0
%100
%79
%12

Triadic Colors of #e10030

#e10030 #30e100 #0030e1

Analogous Colors of #e10030

#e10030 #e14100 #e100a1

Monochromatic Colors of #e10030

#e10030

Complementary Color

#e10030 #00e1b1

#e10030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10030 Color CSS Codes

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

#e10030 Text Font Color

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

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


#e10030 Background Color

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

This div background color is #e10030


#e10030 Border Color

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

This div border color is #e10030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10030


Comments

No comments written yet.

Please login to write comment.