Color Hex Logo

#e82792 Color Hex

#E82792
(232,39,146)
0 Favorites   0 Comments

Color spaces of #e82792

RGB 23239146
HSL0.910.810.53
HSV327°83°91°
CMYK 0.000.830.37   0.09
XYZ39.192520.682229.1205
Yxy20.68220.44040.2324
Hunter Lab45.477774.2447-6.1305
CIE-Lab52.599976.4666-10.5818

#e82792 color RGB value is (232,39,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 10010010
Octal 350 47 222
Decimal 232 39 146
Hex E8 27 92

RGB Percentages of Color #e82792

%55.64
%9.35
%35.01

CMYK Percentages of Color #e82792

%0
%83
%37
%9

Triadic Colors of #e82792

#e82792 #92e827 #2792e8

Analogous Colors of #e82792

#e82792 #e82731 #de27e8

Monochromatic Colors of #e82792

#e82792

Complementary Color

#e82792 #27e87d

#e82792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82792 Color CSS Codes

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

#e82792 Text Font Color

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

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


#e82792 Background Color

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

This div background color is #e82792


#e82792 Border Color

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

This div border color is #e82792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82792


Comments

No comments written yet.

Please login to write comment.