Color Hex Logo

#e27777 Color Hex

#E27777
(226,119,119)
0 Favorites   0 Comments

Color spaces of #e27777

RGB 226119119
HSL0.000.650.68
HSV47°89°
CMYK 0.000.470.47   0.11
XYZ41.290630.694321.2011
Yxy30.69430.44310.3294
Hunter Lab55.402436.079116.0929
CIE-Lab62.248741.402718.9904

#e27777 color RGB value is (226,119,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 01110111
Octal 342 167 167
Decimal 226 119 119
Hex E2 77 77

RGB Percentages of Color #e27777

%48.71
%25.65
%25.65

CMYK Percentages of Color #e27777

%0
%47
%47
%11

Triadic Colors of #e27777

#e27777 #77e277 #7777e2

Analogous Colors of #e27777

#e27777 #e2ad77 #e277ad

Monochromatic Colors of #e27777

#e27777

Complementary Color

#e27777 #77e2e2

#e27777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27777 Color CSS Codes

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

#e27777 Text Font Color

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

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


#e27777 Background Color

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

This div background color is #e27777


#e27777 Border Color

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

This div border color is #e27777


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,119,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 #e27777">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27777


Comments

No comments written yet.

Please login to write comment.