Color Hex Logo

#e47082 Color Hex

#E47082
(228,112,130)
0 Favorites   0 Comments

Color spaces of #e47082

RGB 228112130
HSL0.970.680.67
HSV351°51°89°
CMYK 0.000.510.43   0.11
XYZ41.818329.694024.6465
Yxy29.69400.43490.3088
Hunter Lab54.492241.622811.3280
CIE-Lab61.389346.713511.5416

#e47082 color RGB value is (228,112,130).

#e47082 hex color red value is 228, green value is 112 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e47082 hue: 0.97 , saturation: 0.68 and the lightness value of e47082 is 0.67.

The process color (four color CMYK) of #e47082 color hex is 0.00, 0.51, 0.43, 0.11. Web safe color of #e47082 is #cc6699. Color #e47082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 10000010
Octal 344 160 202
Decimal 228 112 130
Hex E4 70 82

RGB Percentages of Color #e47082

%48.51
%23.83
%27.66

CMYK Percentages of Color #e47082

%0
%51
%43
%11

Triadic Colors of #e47082

#e47082 #82e470 #7082e4

Analogous Colors of #e47082

#e47082 #e49870 #e470bc

Monochromatic Colors of #e47082

#e47082

Complementary Color

#e47082 #70e4d2

#e47082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47082 Color CSS Codes

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

#e47082 Text Font Color

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

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


#e47082 Background Color

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

This div background color is #e47082


#e47082 Border Color

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

This div border color is #e47082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47082


Comments

No comments written yet.

Please login to write comment.