Color Hex Logo

#e27168 Color Hex

#E27168
(226,113,104)
0 Favorites   0 Comments

Color spaces of #e27168

RGB 226113104
HSL0.010.680.65
HSV54°89°
CMYK 0.000.500.54   0.11
XYZ39.767828.978516.5941
Yxy28.97850.46600.3396
Hunter Lab53.831737.660319.4055
CIE-Lab60.762643.094525.5191

#e27168 color RGB value is (226,113,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 01101000
Octal 342 161 150
Decimal 226 113 104
Hex E2 71 68

RGB Percentages of Color #e27168

%51.02
%25.51
%23.48

CMYK Percentages of Color #e27168

%0
%50
%54
%11

Triadic Colors of #e27168

#e27168 #68e271 #7168e2

Analogous Colors of #e27168

#e27168 #e2ae68 #e2689c

Monochromatic Colors of #e27168

#e27168

Complementary Color

#e27168 #68d9e2

#e27168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27168 Color CSS Codes

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

#e27168 Text Font Color

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

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


#e27168 Background Color

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

This div background color is #e27168


#e27168 Border Color

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

This div border color is #e27168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27168


Comments

No comments written yet.

Please login to write comment.