Color Hex Logo

#e86590 Color Hex

#E86590
(232,101,144)
0 Favorites   0 Comments

Color spaces of #e86590

RGB 232101144
HSL0.950.740.65
HSV340°56°91°
CMYK 0.000.560.38   0.09
XYZ42.966428.476829.6175
Yxy28.47680.42520.2818
Hunter Lab53.363750.33514.4479
CIE-Lab60.317154.78401.9948

#e86590 color RGB value is (232,101,144).

#e86590 hex color red value is 232, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e86590 hue: 0.95 , saturation: 0.74 and the lightness value of e86590 is 0.65.

The process color (four color CMYK) of #e86590 color hex is 0.00, 0.56, 0.38, 0.09. Web safe color of #e86590 is #ff6699. Color #e86590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100101 10010000
Octal 350 145 220
Decimal 232 101 144
Hex E8 65 90

RGB Percentages of Color #e86590

%48.64
%21.17
%30.19

CMYK Percentages of Color #e86590

%0
%56
%38
%9

Triadic Colors of #e86590

#e86590 #90e865 #6590e8

Analogous Colors of #e86590

#e86590 #e87c65 #e865d2

Monochromatic Colors of #e86590

#e86590

Complementary Color

#e86590 #65e8bd

#e86590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86590 Color CSS Codes

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

#e86590 Text Font Color

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

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


#e86590 Background Color

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

This div background color is #e86590


#e86590 Border Color

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

This div border color is #e86590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86590


Comments

No comments written yet.

Please login to write comment.