Color Hex Logo

#e0083d Color Hex

#E0083D
(224,8,61)
0 Favorites   0 Comments

Color spaces of #e0083d

RGB 224861
HSL0.960.930.45
HSV345°96°88°
CMYK 0.000.960.73   0.12
XYZ31.669616.35795.9031
Yxy16.35790.58720.3033
Hunter Lab40.444968.992419.6578
CIE-Lab47.440673.183433.6848

#e0083d color RGB value is (224,8,61).

#e0083d hex color red value is 224, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e0083d hue: 0.96 , saturation: 0.93 and the lightness value of e0083d is 0.45.

The process color (four color CMYK) of #e0083d color hex is 0.00, 0.96, 0.73, 0.12. Web safe color of #e0083d is #cc0033. Color #e0083d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001000 00111101
Octal 340 10 75
Decimal 224 8 61
Hex E0 8 3D

RGB Percentages of Color #e0083d

%76.45
%2.73
%20.82

CMYK Percentages of Color #e0083d

%0
%96
%73
%12

Triadic Colors of #e0083d

#e0083d #3de008 #083de0

Analogous Colors of #e0083d

#e0083d #e03f08 #e008a9

Monochromatic Colors of #e0083d

#e0083d

Complementary Color

#e0083d #08e0ab

#e0083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0083d Color CSS Codes

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

#e0083d Text Font Color

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

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


#e0083d Background Color

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

This div background color is #e0083d


#e0083d Border Color

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

This div border color is #e0083d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,8,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0083d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0083d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0083d;
  box-shadow:         1px 1px 3px 2px #e0083d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0083d


Comments

No comments written yet.

Please login to write comment.