Color Hex Logo

#e28277 Color Hex

#E28277
(226,130,119)
0 Favorites   0 Comments

Color spaces of #e28277

RGB 226130119
HSL0.020.650.68
HSV47°89°
CMYK 0.000.420.47   0.11
XYZ42.676433.465921.6630
Yxy33.46590.43630.3422
Hunter Lab57.849730.444518.2925
CIE-Lab64.536435.732022.0989

#e28277 color RGB value is (226,130,119).

#e28277 hex color red value is 226, green value is 130 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e28277 hue: 0.02 , saturation: 0.65 and the lightness value of e28277 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000010 01110111
Octal 342 202 167
Decimal 226 130 119
Hex E2 82 77

RGB Percentages of Color #e28277

%47.58
%27.37
%25.05

CMYK Percentages of Color #e28277

%0
%42
%47
%11

Triadic Colors of #e28277

#e28277 #77e282 #8277e2

Analogous Colors of #e28277

#e28277 #e2b877 #e277a2

Monochromatic Colors of #e28277

#e28277

Complementary Color

#e28277 #77d7e2

#e28277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28277 Color CSS Codes

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

#e28277 Text Font Color

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

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


#e28277 Background Color

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

This div background color is #e28277


#e28277 Border Color

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

This div border color is #e28277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28277


Comments

No comments written yet.

Please login to write comment.