Color Hex Logo

#e27570 Color Hex

#E27570
(226,117,112)
0 Favorites   0 Comments

Color spaces of #e27570

RGB 226117112
HSL0.010.660.66
HSV50°89°
CMYK 0.000.480.50   0.11
XYZ40.650030.061218.9891
Yxy30.06120.45320.3351
Hunter Lab54.828136.392217.8452
CIE-Lab61.707041.769222.2369

#e27570 color RGB value is (226,117,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 01110000
Octal 342 165 160
Decimal 226 117 112
Hex E2 75 70

RGB Percentages of Color #e27570

%49.67
%25.71
%24.62

CMYK Percentages of Color #e27570

%0
%48
%50
%11

Triadic Colors of #e27570

#e27570 #70e275 #7570e2

Analogous Colors of #e27570

#e27570 #e2ae70 #e270a4

Monochromatic Colors of #e27570

#e27570

Complementary Color

#e27570 #70dde2

#e27570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27570 Color CSS Codes

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

#e27570 Text Font Color

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

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


#e27570 Background Color

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

This div background color is #e27570


#e27570 Border Color

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

This div border color is #e27570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27570


Comments

No comments written yet.

Please login to write comment.