Color Hex Logo

#e27275 Color Hex

#E27275
(226,114,117)
0 Favorites   0 Comments

Color spaces of #e27275

RGB 226114117
HSL1.000.660.67
HSV358°50°89°
CMYK 0.000.500.48   0.11
XYZ40.592229.487720.3819
Yxy29.48770.44870.3260
Hunter Lab54.302638.402615.7579
CIE-Lab61.209743.734218.7116

#e27275 color RGB value is (226,114,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110010 01110101
Octal 342 162 165
Decimal 226 114 117
Hex E2 72 75

RGB Percentages of Color #e27275

%49.45
%24.95
%25.60

CMYK Percentages of Color #e27275

%0
%50
%48
%11

Triadic Colors of #e27275

#e27275 #75e272 #7275e2

Analogous Colors of #e27275

#e27275 #e2a772 #e272ad

Monochromatic Colors of #e27275

#e27275

Complementary Color

#e27275 #72e2df

#e27275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27275 Color CSS Codes

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

#e27275 Text Font Color

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

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


#e27275 Background Color

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

This div background color is #e27275


#e27275 Border Color

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

This div border color is #e27275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27275


Comments

No comments written yet.

Please login to write comment.