Color Hex Logo

#e1806b Color Hex

#E1806B
(225,128,107)
0 Favorites   0 Comments

Color spaces of #e1806b

RGB 225128107
HSL0.030.660.65
HSV11°52°88°
CMYK 0.000.430.52   0.12
XYZ41.424432.507418.0012
Yxy32.50740.45060.3536
Hunter Lab57.015329.912321.1913
CIE-Lab63.760035.296927.7490

#e1806b color RGB value is (225,128,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 01101011
Octal 341 200 153
Decimal 225 128 107
Hex E1 80 6B

RGB Percentages of Color #e1806b

%48.91
%27.83
%23.26

CMYK Percentages of Color #e1806b

%0
%43
%52
%12

Triadic Colors of #e1806b

#e1806b #6be180 #806be1

Analogous Colors of #e1806b

#e1806b #e1bb6b #e16b91

Monochromatic Colors of #e1806b

#e1806b

Complementary Color

#e1806b #6bcce1

#e1806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1806b Color CSS Codes

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

#e1806b Text Font Color

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

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


#e1806b Background Color

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

This div background color is #e1806b


#e1806b Border Color

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

This div border color is #e1806b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1806b


Comments

No comments written yet.

Please login to write comment.