Color Hex Logo

#e85183 Color Hex

#E85183
(232,81,131)
0 Favorites   0 Comments

Color spaces of #e85183

RGB 23281131
HSL0.940.770.61
HSV340°65°91°
CMYK 0.000.650.44   0.09
XYZ40.317924.679424.1113
Yxy24.67940.45250.2770
Hunter Lab49.678457.92965.9986
CIE-Lab56.761762.05644.4517

#e85183 color RGB value is (232,81,131).

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

The process color (four color CMYK) of #e85183 color hex is 0.00, 0.65, 0.44, 0.09. Web safe color of #e85183 is #ff6699. Color #e85183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 10000011
Octal 350 121 203
Decimal 232 81 131
Hex E8 51 83

RGB Percentages of Color #e85183

%52.25
%18.24
%29.50

CMYK Percentages of Color #e85183

%0
%65
%44
%9

Triadic Colors of #e85183

#e85183 #83e851 #5183e8

Analogous Colors of #e85183

#e85183 #e86b51 #e851cf

Monochromatic Colors of #e85183

#e85183

Complementary Color

#e85183 #51e8b6

#e85183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85183 Color CSS Codes

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

#e85183 Text Font Color

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

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


#e85183 Background Color

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

This div background color is #e85183


#e85183 Border Color

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

This div border color is #e85183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85183


Comments

No comments written yet.

Please login to write comment.