Color Hex Logo

#e85698 Color Hex

#E85698
(232,86,152)
0 Favorites   0 Comments

Color spaces of #e85698

RGB 23286152
HSL0.920.760.62
HSV333°63°91°
CMYK 0.000.630.34   0.09
XYZ42.274026.078432.5113
Yxy26.07840.41910.2586
Hunter Lab51.067058.3976-1.9995
CIE-Lab58.111462.2187-5.8981

#e85698 color RGB value is (232,86,152).

#e85698 hex color red value is 232, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #e85698 hue: 0.92 , saturation: 0.76 and the lightness value of e85698 is 0.62.

The process color (four color CMYK) of #e85698 color hex is 0.00, 0.63, 0.34, 0.09. Web safe color of #e85698 is #ff6699. Color #e85698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010110 10011000
Octal 350 126 230
Decimal 232 86 152
Hex E8 56 98

RGB Percentages of Color #e85698

%49.36
%18.30
%32.34

CMYK Percentages of Color #e85698

%0
%63
%34
%9

Triadic Colors of #e85698

#e85698 #98e856 #5698e8

Analogous Colors of #e85698

#e85698 #e85d56 #e856e1

Monochromatic Colors of #e85698

#e85698

Complementary Color

#e85698 #56e8a6

#e85698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85698 Color CSS Codes

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

#e85698 Text Font Color

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

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


#e85698 Background Color

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

This div background color is #e85698


#e85698 Border Color

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

This div border color is #e85698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85698


Comments

No comments written yet.

Please login to write comment.