Color Hex Logo

#e06863 Color Hex

#E06863
(224,104,99)
0 Favorites   0 Comments

Color spaces of #e06863

RGB 22410499
HSL0.010.670.63
HSV56°88°
CMYK 0.000.540.56   0.12
XYZ37.942926.648814.9483
Yxy26.64880.47700.3350
Hunter Lab51.622540.859518.9672
CIE-Lab58.647846.399925.5283

#e06863 color RGB value is (224,104,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 01100011
Octal 340 150 143
Decimal 224 104 99
Hex E0 68 63

RGB Percentages of Color #e06863

%52.46
%24.36
%23.19

CMYK Percentages of Color #e06863

%0
%54
%56
%12

Triadic Colors of #e06863

#e06863 #63e068 #6863e0

Analogous Colors of #e06863

#e06863 #e0a763 #e0639d

Monochromatic Colors of #e06863

#e06863

Complementary Color

#e06863 #63dbe0

#e06863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06863 Color CSS Codes

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

#e06863 Text Font Color

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

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


#e06863 Background Color

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

This div background color is #e06863


#e06863 Border Color

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

This div border color is #e06863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06863


Comments

No comments written yet.

Please login to write comment.