Color Hex Logo

#e0304d Color Hex

#E0304D
(224,48,77)
0 Favorites   0 Comments

Color spaces of #e0304d

RGB 2244877
HSL0.970.740.53
HSV350°79°88°
CMYK 0.000.790.66   0.12
XYZ33.137018.49708.8449
Yxy18.49700.54790.3058
Hunter Lab43.008162.266817.9123
CIE-Lab50.093467.021727.3363

#e0304d color RGB value is (224,48,77).

#e0304d hex color red value is 224, green value is 48 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e0304d hue: 0.97 , saturation: 0.74 and the lightness value of e0304d is 0.53.

The process color (four color CMYK) of #e0304d color hex is 0.00, 0.79, 0.66, 0.12. Web safe color of #e0304d is #cc3366. Color #e0304d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 01001101
Octal 340 60 115
Decimal 224 48 77
Hex E0 30 4D

RGB Percentages of Color #e0304d

%64.18
%13.75
%22.06

CMYK Percentages of Color #e0304d

%0
%79
%66
%12

Triadic Colors of #e0304d

#e0304d #4de030 #304de0

Analogous Colors of #e0304d

#e0304d #e06b30 #e030a5

Monochromatic Colors of #e0304d

#e0304d

Complementary Color

#e0304d #30e0c3

#e0304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0304d Color CSS Codes

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

#e0304d Text Font Color

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

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


#e0304d Background Color

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

This div background color is #e0304d


#e0304d Border Color

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

This div border color is #e0304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0304d


Comments

No comments written yet.

Please login to write comment.