Color Hex Logo

#e00048 Color Hex

#E00048
(224,0,72)
0 Favorites   0 Comments

Color spaces of #e00048

RGB 224072
HSL0.951.000.44
HSV341°100°88°
CMYK 0.001.000.68   0.12
XYZ31.910216.31527.5982
Yxy16.31520.57160.2923
Hunter Lab40.392170.330917.1213
CIE-Lab47.385374.297126.9446

#e00048 color RGB value is (224,0,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 01001000
Octal 340 0 110
Decimal 224 0 72
Hex E0 0 48

RGB Percentages of Color #e00048

%75.68
%0.00
%24.32

CMYK Percentages of Color #e00048

%0
%100
%68
%12

Triadic Colors of #e00048

#e00048 #48e000 #0048e0

Analogous Colors of #e00048

#e00048 #e02800 #e000b8

Monochromatic Colors of #e00048

#e00048

Complementary Color

#e00048 #00e098

#e00048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00048 Color CSS Codes

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

#e00048 Text Font Color

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

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


#e00048 Background Color

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

This div background color is #e00048


#e00048 Border Color

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

This div border color is #e00048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00048


Comments

No comments written yet.

Please login to write comment.