Color Hex Logo

#e90050 Color Hex

#E90050
(233,0,80)
0 Favorites   0 Comments

Color spaces of #e90050

RGB 233080
HSL0.941.000.46
HSV339°100°91°
CMYK 0.001.000.66   0.09
XYZ35.052217.90289.1975
Yxy17.90280.56400.2880
Hunter Lab42.311773.828916.7300
CIE-Lab49.378076.758624.9668

#e90050 color RGB value is (233,0,80).

#e90050 hex color red value is 233, green value is 0 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e90050 hue: 0.94 , saturation: 1.00 and the lightness value of e90050 is 0.46.

The process color (four color CMYK) of #e90050 color hex is 0.00, 1.00, 0.66, 0.09. Web safe color of #e90050 is #ff0066. Color #e90050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000000 01010000
Octal 351 0 120
Decimal 233 0 80
Hex E9 0 50

RGB Percentages of Color #e90050

%74.44
%0.00
%25.56

CMYK Percentages of Color #e90050

%0
%100
%66
%9

Triadic Colors of #e90050

#e90050 #50e900 #0050e9

Analogous Colors of #e90050

#e90050 #e92500 #e900c5

Monochromatic Colors of #e90050

#e90050

Complementary Color

#e90050 #00e999

#e90050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90050 Color CSS Codes

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

#e90050 Text Font Color

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

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


#e90050 Background Color

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

This div background color is #e90050


#e90050 Border Color

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

This div border color is #e90050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90050


Comments

No comments written yet.

Please login to write comment.