Color Hex Logo

#e83d5e Color Hex

#E83D5E
(232,61,94)
0 Favorites   0 Comments

Color spaces of #e83d5e

RGB 2326194
HSL0.970.790.57
HSV348°74°91°
CMYK 0.000.740.59   0.09
XYZ36.967821.301412.7528
Yxy21.30140.52050.2999
Hunter Lab46.153462.205715.9248
CIE-Lab53.277866.365521.5905

#e83d5e color RGB value is (232,61,94).

#e83d5e hex color red value is 232, green value is 61 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e83d5e hue: 0.97 , saturation: 0.79 and the lightness value of e83d5e is 0.57.

The process color (four color CMYK) of #e83d5e color hex is 0.00, 0.74, 0.59, 0.09. Web safe color of #e83d5e is #ff3366. Color #e83d5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 01011110
Octal 350 75 136
Decimal 232 61 94
Hex E8 3D 5E

RGB Percentages of Color #e83d5e

%59.95
%15.76
%24.29

CMYK Percentages of Color #e83d5e

%0
%74
%59
%9

Triadic Colors of #e83d5e

#e83d5e #5ee83d #3d5ee8

Analogous Colors of #e83d5e

#e83d5e #e8723d #e83db4

Monochromatic Colors of #e83d5e

#e83d5e

Complementary Color

#e83d5e #3de8c7

#e83d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83d5e Color CSS Codes

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

#e83d5e Text Font Color

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

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


#e83d5e Background Color

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

This div background color is #e83d5e


#e83d5e Border Color

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

This div border color is #e83d5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83d5e


Comments

No comments written yet.

Please login to write comment.