Color Hex Logo

#e47281 Color Hex

#E47281
(228,114,129)
0 Favorites   0 Comments

Color spaces of #e47281

RGB 228114129
HSL0.980.680.67
HSV352°50°89°
CMYK 0.000.500.43   0.11
XYZ41.974730.113624.3691
Yxy30.11360.43520.3122
Hunter Lab54.875940.502412.0838
CIE-Lab61.752145.623112.6262

#e47281 color RGB value is (228,114,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 10000001
Octal 344 162 201
Decimal 228 114 129
Hex E4 72 81

RGB Percentages of Color #e47281

%48.41
%24.20
%27.39

CMYK Percentages of Color #e47281

%0
%50
%43
%11

Triadic Colors of #e47281

#e47281 #81e472 #7281e4

Analogous Colors of #e47281

#e47281 #e49c72 #e472ba

Monochromatic Colors of #e47281

#e47281

Complementary Color

#e47281 #72e4d5

#e47281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47281 Color CSS Codes

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

#e47281 Text Font Color

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

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


#e47281 Background Color

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

This div background color is #e47281


#e47281 Border Color

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

This div border color is #e47281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47281


Comments

No comments written yet.

Please login to write comment.