Color Hex Logo

#e4004b Color Hex

#E4004B
(228,0,75)
0 Favorites   0 Comments

Color spaces of #e4004b

RGB 228075
HSL0.951.000.45
HSV340°100°89°
CMYK 0.001.000.67   0.11
XYZ33.264917.00208.1851
Yxy17.00200.56910.2909
Hunter Lab41.233571.845417.0940
CIE-Lab48.262675.365726.3893

#e4004b color RGB value is (228,0,75).

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

The process color (four color CMYK) of #e4004b color hex is 0.00, 1.00, 0.67, 0.11. Web safe color of #e4004b is #cc0033. Color #e4004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 01001011
Octal 344 0 113
Decimal 228 0 75
Hex E4 0 4B

RGB Percentages of Color #e4004b

%75.25
%0.00
%24.75

CMYK Percentages of Color #e4004b

%0
%100
%67
%11

Triadic Colors of #e4004b

#e4004b #4be400 #004be4

Analogous Colors of #e4004b

#e4004b #e42700 #e400bd

Monochromatic Colors of #e4004b

#e4004b

Complementary Color

#e4004b #00e499

#e4004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4004b Color CSS Codes

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

#e4004b Text Font Color

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

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


#e4004b Background Color

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

This div background color is #e4004b


#e4004b Border Color

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

This div border color is #e4004b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4004b


Comments

No comments written yet.

Please login to write comment.