Color Hex Logo

#e90129 Color Hex

#E90129
(233,1,41)
0 Favorites   0 Comments

Color spaces of #e90129

RGB 233141
HSL0.970.990.46
HSV350°100°91°
CMYK 0.001.000.82   0.09
XYZ34.015417.50543.6839
Yxy17.50540.61620.3171
Hunter Lab41.839571.901124.0672
CIE-Lab48.890675.288747.1941

#e90129 color RGB value is (233,1,41).

#e90129 hex color red value is 233, green value is 1 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e90129 hue: 0.97 , saturation: 0.99 and the lightness value of e90129 is 0.46.

The process color (four color CMYK) of #e90129 color hex is 0.00, 1.00, 0.82, 0.09. Web safe color of #e90129 is #ff0033. Color #e90129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000001 00101001
Octal 351 1 51
Decimal 233 1 41
Hex E9 1 29

RGB Percentages of Color #e90129

%84.73
%0.36
%14.91

CMYK Percentages of Color #e90129

%0
%100
%82
%9

Triadic Colors of #e90129

#e90129 #29e901 #0129e9

Analogous Colors of #e90129

#e90129 #e94d01 #e9019d

Monochromatic Colors of #e90129

#e90129

Complementary Color

#e90129 #01e9c1

#e90129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90129 Color CSS Codes

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

#e90129 Text Font Color

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

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


#e90129 Background Color

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

This div background color is #e90129


#e90129 Border Color

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

This div border color is #e90129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90129


Comments

No comments written yet.

Please login to write comment.