Color Hex Logo

#e27276 Color Hex

#E27276
(226,114,118)
0 Favorites   0 Comments

Color spaces of #e27276

RGB 226114118
HSL0.990.660.67
HSV358°50°89°
CMYK 0.000.500.48   0.11
XYZ40.651429.511420.6932
Yxy29.51140.44740.3248
Hunter Lab54.324438.505415.4424
CIE-Lab61.230343.828018.1678

#e27276 color RGB value is (226,114,118).

#e27276 hex color red value is 226, green value is 114 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e27276 hue: 0.99 , saturation: 0.66 and the lightness value of e27276 is 0.67.

The process color (four color CMYK) of #e27276 color hex is 0.00, 0.50, 0.48, 0.11. Web safe color of #e27276 is #cc6666. Color #e27276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110010 01110110
Octal 342 162 166
Decimal 226 114 118
Hex E2 72 76

RGB Percentages of Color #e27276

%49.34
%24.89
%25.76

CMYK Percentages of Color #e27276

%0
%50
%48
%11

Triadic Colors of #e27276

#e27276 #76e272 #7276e2

Analogous Colors of #e27276

#e27276 #e2a672 #e272ae

Monochromatic Colors of #e27276

#e27276

Complementary Color

#e27276 #72e2de

#e27276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27276 Color CSS Codes

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

#e27276 Text Font Color

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

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


#e27276 Background Color

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

This div background color is #e27276


#e27276 Border Color

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

This div border color is #e27276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27276


Comments

No comments written yet.

Please login to write comment.