Color Hex Logo

#e5303c Color Hex

#E5303C
(229,48,60)
0 Favorites   0 Comments

Color spaces of #e5303c

RGB 2294860
HSL0.990.780.54
HSV356°79°90°
CMYK 0.000.790.74   0.10
XYZ34.185719.09826.1595
Yxy19.09820.57510.3213
Hunter Lab43.701563.154922.2344
CIE-Lab50.801967.641938.3997

#e5303c color RGB value is (229,48,60).

#e5303c hex color red value is 229, green value is 48 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e5303c hue: 0.99 , saturation: 0.78 and the lightness value of e5303c is 0.54.

The process color (four color CMYK) of #e5303c color hex is 0.00, 0.79, 0.74, 0.10. Web safe color of #e5303c is #cc3333. Color #e5303c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 00111100
Octal 345 60 74
Decimal 229 48 60
Hex E5 30 3C

RGB Percentages of Color #e5303c

%67.95
%14.24
%17.80

CMYK Percentages of Color #e5303c

%0
%79
%74
%10

Triadic Colors of #e5303c

#e5303c #3ce530 #303ce5

Analogous Colors of #e5303c

#e5303c #e57f30 #e53097

Monochromatic Colors of #e5303c

#e5303c

Complementary Color

#e5303c #30e5d9

#e5303c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5303c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5303c Color CSS Codes

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

#e5303c Text Font Color

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

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


#e5303c Background Color

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

This div background color is #e5303c


#e5303c Border Color

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

This div border color is #e5303c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5303c


Comments

No comments written yet.

Please login to write comment.