Color Hex Logo

#e8038d Color Hex

#E8038D
(232,3,141)
0 Favorites   0 Comments

Color spaces of #e8038d

RGB 2323141
HSL0.900.970.46
HSV324°99°91°
CMYK 0.000.990.39   0.09
XYZ38.119019.144026.8854
Yxy19.14400.45300.2275
Hunter Lab43.753978.9426-5.8042
CIE-Lab50.855380.5573-10.2049

#e8038d color RGB value is (232,3,141).

#e8038d hex color red value is 232, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e8038d hue: 0.90 , saturation: 0.97 and the lightness value of e8038d is 0.46.

The process color (four color CMYK) of #e8038d color hex is 0.00, 0.99, 0.39, 0.09. Web safe color of #e8038d is #ff0099. Color #e8038d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000011 10001101
Octal 350 3 215
Decimal 232 3 141
Hex E8 3 8D

RGB Percentages of Color #e8038d

%61.70
%0.80
%37.50

CMYK Percentages of Color #e8038d

%0
%99
%39
%9

Triadic Colors of #e8038d

#e8038d #8de803 #038de8

Analogous Colors of #e8038d

#e8038d #e8031a #d103e8

Monochromatic Colors of #e8038d

#e8038d

Complementary Color

#e8038d #03e85e

#e8038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8038d Color CSS Codes

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

#e8038d Text Font Color

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

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


#e8038d Background Color

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

This div background color is #e8038d


#e8038d Border Color

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

This div border color is #e8038d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,3,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 #e8038d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8038d


Comments

No comments written yet.

Please login to write comment.