Color Hex Logo

#e8016e Color Hex

#E8016E
(232,1,110)
0 Favorites   0 Comments

Color spaces of #e8016e

RGB 2321110
HSL0.920.990.46
HSV332°100°91°
CMYK 0.001.000.53   0.09
XYZ36.104018.303316.3818
Yxy18.30330.51000.2586
Hunter Lab42.782475.76697.2449
CIE-Lab49.861978.22397.1823

#e8016e color RGB value is (232,1,110).

#e8016e hex color red value is 232, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e8016e hue: 0.92 , saturation: 0.99 and the lightness value of e8016e is 0.46.

The process color (four color CMYK) of #e8016e color hex is 0.00, 1.00, 0.53, 0.09. Web safe color of #e8016e is #ff0066. Color #e8016e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 01101110
Octal 350 1 156
Decimal 232 1 110
Hex E8 1 6E

RGB Percentages of Color #e8016e

%67.64
%0.29
%32.07

CMYK Percentages of Color #e8016e

%0
%100
%53
%9

Triadic Colors of #e8016e

#e8016e #6ee801 #016ee8

Analogous Colors of #e8016e

#e8016e #e80701 #e801e2

Monochromatic Colors of #e8016e

#e8016e

Complementary Color

#e8016e #01e87b

#e8016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8016e Color CSS Codes

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

#e8016e Text Font Color

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

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


#e8016e Background Color

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

This div background color is #e8016e


#e8016e Border Color

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

This div border color is #e8016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8016e


Comments

No comments written yet.

Please login to write comment.