Color Hex Logo

#e8318d Color Hex

#E8318D
(232,49,141)
0 Favorites   0 Comments

Color spaces of #e8318d

RGB 23249141
HSL0.920.800.55
HSV330°79°91°
CMYK 0.000.790.39   0.09
XYZ39.184721.275527.2406
Yxy21.27550.44680.2426
Hunter Lab46.125470.9210-2.7276
CIE-Lab53.249773.6411-6.6267

#e8318d color RGB value is (232,49,141).

#e8318d hex color red value is 232, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e8318d hue: 0.92 , saturation: 0.80 and the lightness value of e8318d is 0.55.

The process color (four color CMYK) of #e8318d color hex is 0.00, 0.79, 0.39, 0.09. Web safe color of #e8318d is #ff3399. Color #e8318d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110001 10001101
Octal 350 61 215
Decimal 232 49 141
Hex E8 31 8D

RGB Percentages of Color #e8318d

%54.98
%11.61
%33.41

CMYK Percentages of Color #e8318d

%0
%79
%39
%9

Triadic Colors of #e8318d

#e8318d #8de831 #318de8

Analogous Colors of #e8318d

#e8318d #e83132 #e831e8

Monochromatic Colors of #e8318d

#e8318d

Complementary Color

#e8318d #31e88c

#e8318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8318d Color CSS Codes

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

#e8318d Text Font Color

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

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


#e8318d Background Color

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

This div background color is #e8318d


#e8318d Border Color

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

This div border color is #e8318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8318d


Comments

No comments written yet.

Please login to write comment.