Color Hex Logo

#e85050 Color Hex

#E85050
(232,80,80)
1 Favorites   0 Comments

Color spaces of #e85050

RGB 2328080
HSL0.000.770.61
HSV66°91°
CMYK 0.000.660.66   0.09
XYZ37.595323.472310.1385
Yxy23.47230.52800.3296
Hunter Lab48.448253.729721.5065
CIE-Lab55.555558.601132.7216

#e85050 color RGB value is (232,80,80).

#e85050 hex color red value is 232, green value is 80 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e85050 hue: 0.00 , saturation: 0.77 and the lightness value of e85050 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 01010000
Octal 350 120 120
Decimal 232 80 80
Hex E8 50 50

RGB Percentages of Color #e85050

%59.18
%20.41
%20.41

CMYK Percentages of Color #e85050

%0
%66
%66
%9

Triadic Colors of #e85050

#e85050 #50e850 #5050e8

Analogous Colors of #e85050

#e85050 #e89c50 #e8509c

Monochromatic Colors of #e85050

#e85050

Complementary Color

#e85050 #50e8e8

#e85050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85050 Color CSS Codes

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

#e85050 Text Font Color

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

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


#e85050 Background Color

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

This div background color is #e85050


#e85050 Border Color

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

This div border color is #e85050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,80,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 #e85050">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85050

#e85050 Color Palettes


Comments

No comments written yet.

Please login to write comment.