Color Hex Logo

#e1806e Color Hex

#E1806E
(225,128,110)
0 Favorites   0 Comments

Color spaces of #e1806e

RGB 225128110
HSL0.030.660.66
HSV51°88°
CMYK 0.000.430.51   0.12
XYZ41.585032.571718.8470
Yxy32.57170.44710.3502
Hunter Lab57.071630.187920.3706
CIE-Lab63.812635.559726.1466

#e1806e color RGB value is (225,128,110).

#e1806e hex color red value is 225, green value is 128 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e1806e hue: 0.03 , saturation: 0.66 and the lightness value of e1806e is 0.66.

The process color (four color CMYK) of #e1806e color hex is 0.00, 0.43, 0.51, 0.12. Web safe color of #e1806e is #cc9966. Color #e1806e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 01101110
Octal 341 200 156
Decimal 225 128 110
Hex E1 80 6E

RGB Percentages of Color #e1806e

%48.60
%27.65
%23.76

CMYK Percentages of Color #e1806e

%0
%43
%51
%12

Triadic Colors of #e1806e

#e1806e #6ee180 #806ee1

Analogous Colors of #e1806e

#e1806e #e1ba6e #e16e96

Monochromatic Colors of #e1806e

#e1806e

Complementary Color

#e1806e #6ecfe1

#e1806e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1806e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1806e Color CSS Codes

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

#e1806e Text Font Color

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

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


#e1806e Background Color

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

This div background color is #e1806e


#e1806e Border Color

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

This div border color is #e1806e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,128,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1806e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1806e;
  -webkit-box-shadow: 1px 1px 3px 2px #e1806e;
  box-shadow:         1px 1px 3px 2px #e1806e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,128,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1806e


Comments

No comments written yet.

Please login to write comment.