Color Hex Logo

#e8047b Color Hex

#E8047B
(232,4,123)
0 Favorites   0 Comments

Color spaces of #e8047b

RGB 2324123
HSL0.910.970.46
HSV329°98°91°
CMYK 0.000.980.47   0.09
XYZ36.897318.672720.3984
Yxy18.67270.48570.2458
Hunter Lab43.211976.79472.2602
CIE-Lab50.302178.9597-0.1254

#e8047b color RGB value is (232,4,123).

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

The process color (four color CMYK) of #e8047b color hex is 0.00, 0.98, 0.47, 0.09. Web safe color of #e8047b is #ff0066. Color #e8047b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000100 01111011
Octal 350 4 173
Decimal 232 4 123
Hex E8 4 7B

RGB Percentages of Color #e8047b

%64.62
%1.11
%34.26

CMYK Percentages of Color #e8047b

%0
%98
%47
%9

Triadic Colors of #e8047b

#e8047b #7be804 #047be8

Analogous Colors of #e8047b

#e8047b #e80409 #e304e8

Monochromatic Colors of #e8047b

#e8047b

Complementary Color

#e8047b #04e871

#e8047b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8047b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8047b Color CSS Codes

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

#e8047b Text Font Color

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

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


#e8047b Background Color

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

This div background color is #e8047b


#e8047b Border Color

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

This div border color is #e8047b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8047b


Comments

No comments written yet.

Please login to write comment.