Color Hex Logo

#e50223 Color Hex

#E50223
(229,2,35)
0 Favorites   0 Comments

Color spaces of #e50223

RGB 229235
HSL0.980.980.45
HSV351°99°90°
CMYK 0.000.990.85   0.10
XYZ32.638216.82283.1170
Yxy16.82280.62080.3200
Hunter Lab41.015670.264224.2052
CIE-Lab48.036074.115549.2251

#e50223 color RGB value is (229,2,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 00100011
Octal 345 2 43
Decimal 229 2 35
Hex E5 2 23

RGB Percentages of Color #e50223

%86.09
%0.75
%13.16

CMYK Percentages of Color #e50223

%0
%99
%85
%10

Triadic Colors of #e50223

#e50223 #23e502 #0223e5

Analogous Colors of #e50223

#e50223 #e55202 #e50295

Monochromatic Colors of #e50223

#e50223

Complementary Color

#e50223 #02e5c4

#e50223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50223 Color CSS Codes

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

#e50223 Text Font Color

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

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


#e50223 Background Color

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

This div background color is #e50223


#e50223 Border Color

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

This div border color is #e50223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50223


Comments

No comments written yet.

Please login to write comment.