Color Hex Logo

#e18655 Color Hex

#E18655
(225,134,85)
0 Favorites   0 Comments

Color spaces of #e18655

RGB 22513485
HSL0.060.700.61
HSV21°62°88°
CMYK 0.000.400.62   0.12
XYZ41.216133.713612.9294
Yxy33.71360.46910.3837
Hunter Lab58.063425.096627.4419
CIE-Lab64.734630.459840.8940

#e18655 color RGB value is (225,134,85).

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

The process color (four color CMYK) of #e18655 color hex is 0.00, 0.40, 0.62, 0.12. Web safe color of #e18655 is #cc9966. Color #e18655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 01010101
Octal 341 206 125
Decimal 225 134 85
Hex E1 86 55

RGB Percentages of Color #e18655

%50.68
%30.18
%19.14

CMYK Percentages of Color #e18655

%0
%40
%62
%12

Triadic Colors of #e18655

#e18655 #55e186 #8655e1

Analogous Colors of #e18655

#e18655 #e1cc55 #e1556a

Monochromatic Colors of #e18655

#e18655

Complementary Color

#e18655 #55b0e1

#e18655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18655 Color CSS Codes

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

#e18655 Text Font Color

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

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


#e18655 Background Color

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

This div background color is #e18655


#e18655 Border Color

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

This div border color is #e18655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18655


Comments

No comments written yet.

Please login to write comment.