Color Hex Logo

#e84153 Color Hex

#E84153
(232,65,83)
0 Favorites   0 Comments

Color spaces of #e84153

RGB 2326583
HSL0.980.780.58
HSV354°72°91°
CMYK 0.000.720.64   0.09
XYZ36.730321.560910.4094
Yxy21.56090.53460.3138
Hunter Lab46.433759.939219.2121
CIE-Lab53.558064.374528.4772

#e84153 color RGB value is (232,65,83).

#e84153 hex color red value is 232, green value is 65 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e84153 hue: 0.98 , saturation: 0.78 and the lightness value of e84153 is 0.58.

The process color (four color CMYK) of #e84153 color hex is 0.00, 0.72, 0.64, 0.09. Web safe color of #e84153 is #ff3366. Color #e84153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 01010011
Octal 350 101 123
Decimal 232 65 83
Hex E8 41 53

RGB Percentages of Color #e84153

%61.05
%17.11
%21.84

CMYK Percentages of Color #e84153

%0
%72
%64
%9

Triadic Colors of #e84153

#e84153 #53e841 #4153e8

Analogous Colors of #e84153

#e84153 #e88341 #e841a7

Monochromatic Colors of #e84153

#e84153

Complementary Color

#e84153 #41e8d6

#e84153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84153 Color CSS Codes

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

#e84153 Text Font Color

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

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


#e84153 Background Color

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

This div background color is #e84153


#e84153 Border Color

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

This div border color is #e84153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84153


Comments

No comments written yet.

Please login to write comment.