Color Hex Logo

#e87282 Color Hex

#E87282
(232,114,130)
0 Favorites   0 Comments

Color spaces of #e87282

RGB 232114130
HSL0.980.720.68
HSV352°51°91°
CMYK 0.000.510.44   0.09
XYZ43.325330.802124.7810
Yxy30.80210.43800.3114
Hunter Lab55.499642.220112.3763
CIE-Lab62.340247.129012.9598

#e87282 color RGB value is (232,114,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10000010
Octal 350 162 202
Decimal 232 114 130
Hex E8 72 82

RGB Percentages of Color #e87282

%48.74
%23.95
%27.31

CMYK Percentages of Color #e87282

%0
%51
%44
%9

Triadic Colors of #e87282

#e87282 #82e872 #7282e8

Analogous Colors of #e87282

#e87282 #e89d72 #e872bd

Monochromatic Colors of #e87282

#e87282

Complementary Color

#e87282 #72e8d8

#e87282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87282 Color CSS Codes

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

#e87282 Text Font Color

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

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


#e87282 Background Color

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

This div background color is #e87282


#e87282 Border Color

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

This div border color is #e87282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87282


Comments

No comments written yet.

Please login to write comment.