Color Hex Logo

#e06660 Color Hex

#E06660
(224,102,96)
0 Favorites   0 Comments

Color spaces of #e06660

RGB 22410296
HSL0.010.670.63
HSV57°88°
CMYK 0.000.540.57   0.12
XYZ37.603226.194614.1405
Yxy26.19460.48250.3361
Hunter Lab51.180741.580519.4455
CIE-Lab58.221347.136426.6859

#e06660 color RGB value is (224,102,96).

#e06660 hex color red value is 224, green value is 102 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e06660 hue: 0.01 , saturation: 0.67 and the lightness value of e06660 is 0.63.

The process color (four color CMYK) of #e06660 color hex is 0.00, 0.54, 0.57, 0.12. Web safe color of #e06660 is #cc6666. Color #e06660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100110 01100000
Octal 340 146 140
Decimal 224 102 96
Hex E0 66 60

RGB Percentages of Color #e06660

%53.08
%24.17
%22.75

CMYK Percentages of Color #e06660

%0
%54
%57
%12

Triadic Colors of #e06660

#e06660 #60e066 #6660e0

Analogous Colors of #e06660

#e06660 #e0a660 #e0609a

Monochromatic Colors of #e06660

#e06660

Complementary Color

#e06660 #60dae0

#e06660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06660 Color CSS Codes

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

#e06660 Text Font Color

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

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


#e06660 Background Color

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

This div background color is #e06660


#e06660 Border Color

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

This div border color is #e06660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06660


Comments

No comments written yet.

Please login to write comment.