Color Hex Logo

#e90238 Color Hex

#E90238
(233,2,56)
0 Favorites   0 Comments

Color spaces of #e90238

RGB 233256
HSL0.960.980.46
HSV346°99°91°
CMYK 0.000.990.76   0.09
XYZ34.339817.65265.3388
Yxy17.65260.59900.3079
Hunter Lab42.015072.365821.8766
CIE-Lab49.072075.631838.9909

#e90238 color RGB value is (233,2,56).

#e90238 hex color red value is 233, green value is 2 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e90238 hue: 0.96 , saturation: 0.98 and the lightness value of e90238 is 0.46.

The process color (four color CMYK) of #e90238 color hex is 0.00, 0.99, 0.76, 0.09. Web safe color of #e90238 is #ff0033. Color #e90238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000010 00111000
Octal 351 2 70
Decimal 233 2 56
Hex E9 2 38

RGB Percentages of Color #e90238

%80.07
%0.69
%19.24

CMYK Percentages of Color #e90238

%0
%99
%76
%9

Triadic Colors of #e90238

#e90238 #38e902 #0238e9

Analogous Colors of #e90238

#e90238 #e93f02 #e902ac

Monochromatic Colors of #e90238

#e90238

Complementary Color

#e90238 #02e9b3

#e90238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90238 Color CSS Codes

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

#e90238 Text Font Color

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

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


#e90238 Background Color

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

This div background color is #e90238


#e90238 Border Color

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

This div border color is #e90238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90238


Comments

No comments written yet.

Please login to write comment.