Color Hex Logo

#e28471 Color Hex

#E28471
(226,132,113)
0 Favorites   0 Comments

Color spaces of #e28471

RGB 226132113
HSL0.030.660.66
HSV10°50°89°
CMYK 0.000.420.50   0.11
XYZ42.595933.863519.9140
Yxy33.86350.44200.3514
Hunter Lab58.192428.822620.4450
CIE-Lab64.854134.121725.8774

#e28471 color RGB value is (226,132,113).

#e28471 hex color red value is 226, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e28471 hue: 0.03 , saturation: 0.66 and the lightness value of e28471 is 0.66.

The process color (four color CMYK) of #e28471 color hex is 0.00, 0.42, 0.50, 0.11. Web safe color of #e28471 is #cc9966. Color #e28471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 01110001
Octal 342 204 161
Decimal 226 132 113
Hex E2 84 71

RGB Percentages of Color #e28471

%47.98
%28.03
%23.99

CMYK Percentages of Color #e28471

%0
%42
%50
%11

Triadic Colors of #e28471

#e28471 #71e284 #8471e2

Analogous Colors of #e28471

#e28471 #e2bd71 #e27197

Monochromatic Colors of #e28471

#e28471

Complementary Color

#e28471 #71cfe2

#e28471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28471 Color CSS Codes

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

#e28471 Text Font Color

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

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


#e28471 Background Color

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

This div background color is #e28471


#e28471 Border Color

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

This div border color is #e28471


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,132,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e28471; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e28471;
  -webkit-box-shadow: 1px 1px 3px 2px #e28471;
  box-shadow:         1px 1px 3px 2px #e28471; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,132,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28471


Comments

No comments written yet.

Please login to write comment.