Color Hex Logo

#e85093 Color Hex

#E85093
(232,80,147)
0 Favorites   0 Comments

Color spaces of #e85093

RGB 23280147
HSL0.930.770.61
HSV334°66°91°
CMYK 0.000.660.37   0.09
XYZ41.413824.999730.2464
Yxy24.99970.42840.2586
Hunter Lab49.999760.3487-0.8666
CIE-Lab57.075164.0789-4.5056

#e85093 color RGB value is (232,80,147).

#e85093 hex color red value is 232, green value is 80 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e85093 hue: 0.93 , saturation: 0.77 and the lightness value of e85093 is 0.61.

The process color (four color CMYK) of #e85093 color hex is 0.00, 0.66, 0.37, 0.09. Web safe color of #e85093 is #ff6699. Color #e85093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 10010011
Octal 350 120 223
Decimal 232 80 147
Hex E8 50 93

RGB Percentages of Color #e85093

%50.54
%17.43
%32.03

CMYK Percentages of Color #e85093

%0
%66
%37
%9

Triadic Colors of #e85093

#e85093 #93e850 #5093e8

Analogous Colors of #e85093

#e85093 #e85950 #e850df

Monochromatic Colors of #e85093

#e85093

Complementary Color

#e85093 #50e8a5

#e85093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85093 Color CSS Codes

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

#e85093 Text Font Color

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

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


#e85093 Background Color

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

This div background color is #e85093


#e85093 Border Color

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

This div border color is #e85093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,80,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 #e85093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85093


Comments

No comments written yet.

Please login to write comment.