Color Hex Logo

#e87290 Color Hex

#E87290
(232,114,144)
0 Favorites   0 Comments

Color spaces of #e87290

RGB 232114144
HSL0.960.720.68
HSV345°51°91°
CMYK 0.000.510.38   0.09
XYZ44.330131.204030.0721
Yxy31.20400.41980.2955
Hunter Lab55.860543.89907.1841
CIE-Lab62.679548.61885.4082

#e87290 color RGB value is (232,114,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10010000
Octal 350 162 220
Decimal 232 114 144
Hex E8 72 90

RGB Percentages of Color #e87290

%47.35
%23.27
%29.39

CMYK Percentages of Color #e87290

%0
%51
%38
%9

Triadic Colors of #e87290

#e87290 #90e872 #7290e8

Analogous Colors of #e87290

#e87290 #e88f72 #e872cb

Monochromatic Colors of #e87290

#e87290

Complementary Color

#e87290 #72e8ca

#e87290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87290 Color CSS Codes

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

#e87290 Text Font Color

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

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


#e87290 Background Color

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

This div background color is #e87290


#e87290 Border Color

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

This div border color is #e87290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87290


Comments

No comments written yet.

Please login to write comment.