Color Hex Logo

#e80386 Color Hex

#E80386
(232,3,134)
0 Favorites   0 Comments

Color spaces of #e80386

RGB 2323134
HSL0.900.970.46
HSV326°99°91°
CMYK 0.000.990.42   0.09
XYZ37.614318.942224.2280
Yxy18.94220.46560.2345
Hunter Lab43.522678.1034-2.5395
CIE-Lab50.619579.9389-6.3332

#e80386 color RGB value is (232,3,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000011 10000110
Octal 350 3 206
Decimal 232 3 134
Hex E8 3 86

RGB Percentages of Color #e80386

%62.87
%0.81
%36.31

CMYK Percentages of Color #e80386

%0
%99
%42
%9

Triadic Colors of #e80386

#e80386 #86e803 #0386e8

Analogous Colors of #e80386

#e80386 #e80313 #d803e8

Monochromatic Colors of #e80386

#e80386

Complementary Color

#e80386 #03e865

#e80386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80386 Color CSS Codes

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

#e80386 Text Font Color

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

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


#e80386 Background Color

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

This div background color is #e80386


#e80386 Border Color

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

This div border color is #e80386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80386


Comments

No comments written yet.

Please login to write comment.