Color Hex Logo

#e0835d Color Hex

#E0835D
(224,131,93)
0 Favorites   0 Comments

Color spaces of #e0835d

RGB 22413193
HSL0.050.680.62
HSV17°58°88°
CMYK 0.000.420.58   0.12
XYZ40.832632.870214.5484
Yxy32.87020.46270.3725
Hunter Lab57.332526.796925.0877
CIE-Lab64.055732.208835.7805

#e0835d color RGB value is (224,131,93).

#e0835d hex color red value is 224, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e0835d hue: 0.05 , saturation: 0.68 and the lightness value of e0835d is 0.62.

The process color (four color CMYK) of #e0835d color hex is 0.00, 0.42, 0.58, 0.12. Web safe color of #e0835d is #cc9966. Color #e0835d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 01011101
Octal 340 203 135
Decimal 224 131 93
Hex E0 83 5D

RGB Percentages of Color #e0835d

%50.00
%29.24
%20.76

CMYK Percentages of Color #e0835d

%0
%42
%58
%12

Triadic Colors of #e0835d

#e0835d #5de083 #835de0

Analogous Colors of #e0835d

#e0835d #e0c55d #e05d79

Monochromatic Colors of #e0835d

#e0835d

Complementary Color

#e0835d #5dbae0

#e0835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0835d Color CSS Codes

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

#e0835d Text Font Color

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

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


#e0835d Background Color

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

This div background color is #e0835d


#e0835d Border Color

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

This div border color is #e0835d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0835d

#e0835d Color Palettes


Comments

No comments written yet.

Please login to write comment.