Color Hex Logo

#e50324 Color Hex

#E50324
(229,3,36)
0 Favorites   0 Comments

Color spaces of #e50324

RGB 229336
HSL0.980.970.45
HSV351°99°90°
CMYK 0.000.990.84   0.10
XYZ32.664116.85053.1999
Yxy16.85050.61960.3197
Hunter Lab41.049470.201024.1127
CIE-Lab48.071174.056748.7480

#e50324 color RGB value is (229,3,36).

#e50324 hex color red value is 229, green value is 3 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e50324 hue: 0.98 , saturation: 0.97 and the lightness value of e50324 is 0.45.

The process color (four color CMYK) of #e50324 color hex is 0.00, 0.99, 0.84, 0.10. Web safe color of #e50324 is #cc0033. Color #e50324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000011 00100100
Octal 345 3 44
Decimal 229 3 36
Hex E5 3 24

RGB Percentages of Color #e50324

%85.45
%1.12
%13.43

CMYK Percentages of Color #e50324

%0
%99
%84
%10

Triadic Colors of #e50324

#e50324 #24e503 #0324e5

Analogous Colors of #e50324

#e50324 #e55303 #e50395

Monochromatic Colors of #e50324

#e50324

Complementary Color

#e50324 #03e5c4

#e50324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50324 Color CSS Codes

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

#e50324 Text Font Color

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

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


#e50324 Background Color

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

This div background color is #e50324


#e50324 Border Color

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

This div border color is #e50324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50324


Comments

No comments written yet.

Please login to write comment.