Color Hex Logo

#e82793 Color Hex

#E82793
(232,39,147)
0 Favorites   0 Comments

Color spaces of #e82793

RGB 23239147
HSL0.910.810.53
HSV326°83°91°
CMYK 0.000.830.37   0.09
XYZ39.270720.713429.5321
Yxy20.71340.43870.2314
Hunter Lab45.512074.3755-6.6141
CIE-Lab52.634476.5653-11.1266

#e82793 color RGB value is (232,39,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100111 10010011
Octal 350 47 223
Decimal 232 39 147
Hex E8 27 93

RGB Percentages of Color #e82793

%55.50
%9.33
%35.17

CMYK Percentages of Color #e82793

%0
%83
%37
%9

Triadic Colors of #e82793

#e82793 #93e827 #2793e8

Analogous Colors of #e82793

#e82793 #e82732 #dd27e8

Monochromatic Colors of #e82793

#e82793

Complementary Color

#e82793 #27e87c

#e82793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82793 Color CSS Codes

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

#e82793 Text Font Color

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

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


#e82793 Background Color

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

This div background color is #e82793


#e82793 Border Color

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

This div border color is #e82793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82793


Comments

No comments written yet.

Please login to write comment.