Color Hex Logo

#e18666 Color Hex

#E18666
(225,134,102)
0 Favorites   0 Comments

Color spaces of #e18666

RGB 225134102
HSL0.040.670.64
HSV16°55°88°
CMYK 0.000.400.55   0.12
XYZ41.974734.017116.9240
Yxy34.01710.45170.3661
Hunter Lab58.324226.395423.6227
CIE-Lab64.976131.726432.0804

#e18666 color RGB value is (225,134,102).

#e18666 hex color red value is 225, green value is 134 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e18666 hue: 0.04 , saturation: 0.67 and the lightness value of e18666 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 01100110
Octal 341 206 146
Decimal 225 134 102
Hex E1 86 66

RGB Percentages of Color #e18666

%48.81
%29.07
%22.13

CMYK Percentages of Color #e18666

%0
%40
%55
%12

Triadic Colors of #e18666

#e18666 #66e186 #8666e1

Analogous Colors of #e18666

#e18666 #e1c466 #e16684

Monochromatic Colors of #e18666

#e18666

Complementary Color

#e18666 #66c1e1

#e18666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18666 Color CSS Codes

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

#e18666 Text Font Color

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

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


#e18666 Background Color

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

This div background color is #e18666


#e18666 Border Color

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

This div border color is #e18666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18666


Comments

No comments written yet.

Please login to write comment.