Color Hex Logo

#e82780 Color Hex

#E82780
(232,39,128)
0 Favorites   0 Comments

Color spaces of #e82780

RGB 23239128
HSL0.920.810.53
HSV332°83°91°
CMYK 0.000.830.45   0.09
XYZ37.900520.165422.3168
Yxy20.16540.47150.2509
Hunter Lab44.905972.06841.9689
CIE-Lab52.023774.8150-0.6377

#e82780 color RGB value is (232,39,128).

#e82780 hex color red value is 232, green value is 39 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e82780 hue: 0.92 , saturation: 0.81 and the lightness value of e82780 is 0.53.

The process color (four color CMYK) of #e82780 color hex is 0.00, 0.83, 0.45, 0.09. Web safe color of #e82780 is #ff3399. Color #e82780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 10000000
Octal 350 47 200
Decimal 232 39 128
Hex E8 27 80

RGB Percentages of Color #e82780

%58.15
%9.77
%32.08

CMYK Percentages of Color #e82780

%0
%83
%45
%9

Triadic Colors of #e82780

#e82780 #80e827 #2780e8

Analogous Colors of #e82780

#e82780 #e82f27 #e827e1

Monochromatic Colors of #e82780

#e82780

Complementary Color

#e82780 #27e88f

#e82780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82780 Color CSS Codes

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

#e82780 Text Font Color

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

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


#e82780 Background Color

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

This div background color is #e82780


#e82780 Border Color

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

This div border color is #e82780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82780


Comments

No comments written yet.

Please login to write comment.