Color Hex Logo

#e19086 Color Hex

#E19086
(225,144,134)
0 Favorites   0 Comments

Color spaces of #e19086

RGB 225144134
HSL0.020.600.70
HSV40°88°
CMYK 0.000.360.40   0.12
XYZ45.327737.675327.4373
Yxy37.67530.41040.3411
Hunter Lab61.380224.402316.4632
CIE-Lab67.780629.518218.1240

#e19086 color RGB value is (225,144,134).

#e19086 hex color red value is 225, green value is 144 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e19086 hue: 0.02 , saturation: 0.60 and the lightness value of e19086 is 0.70.

The process color (four color CMYK) of #e19086 color hex is 0.00, 0.36, 0.40, 0.12. Web safe color of #e19086 is #cc9999. Color #e19086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10000110
Octal 341 220 206
Decimal 225 144 134
Hex E1 90 86

RGB Percentages of Color #e19086

%44.73
%28.63
%26.64

CMYK Percentages of Color #e19086

%0
%36
%40
%12

Triadic Colors of #e19086

#e19086 #86e190 #9086e1

Analogous Colors of #e19086

#e19086 #e1be86 #e186aa

Monochromatic Colors of #e19086

#e19086

Complementary Color

#e19086 #86d7e1

#e19086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19086 Color CSS Codes

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

#e19086 Text Font Color

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

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


#e19086 Background Color

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

This div background color is #e19086


#e19086 Border Color

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

This div border color is #e19086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19086


Comments

No comments written yet.

Please login to write comment.