Color Hex Logo

#e87490 Color Hex

#E87490
(232,116,144)
0 Favorites   0 Comments

Color spaces of #e87490

RGB 232116144
HSL0.960.720.68
HSV346°50°91°
CMYK 0.000.500.38   0.09
XYZ44.558131.660230.1481
Yxy31.66020.41890.2977
Hunter Lab56.267442.88607.6196
CIE-Lab63.061047.63775.9565

#e87490 color RGB value is (232,116,144).

#e87490 hex color red value is 232, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e87490 hue: 0.96 , saturation: 0.72 and the lightness value of e87490 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110100 10010000
Octal 350 164 220
Decimal 232 116 144
Hex E8 74 90

RGB Percentages of Color #e87490

%47.15
%23.58
%29.27

CMYK Percentages of Color #e87490

%0
%50
%38
%9

Triadic Colors of #e87490

#e87490 #90e874 #7490e8

Analogous Colors of #e87490

#e87490 #e89274 #e874ca

Monochromatic Colors of #e87490

#e87490

Complementary Color

#e87490 #74e8cc

#e87490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87490 Color CSS Codes

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

#e87490 Text Font Color

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

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


#e87490 Background Color

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

This div background color is #e87490


#e87490 Border Color

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

This div border color is #e87490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87490


Comments

No comments written yet.

Please login to write comment.