Color Hex Logo

#e06376 Color Hex

#E06376
(224,99,118)
0 Favorites   0 Comments

Color spaces of #e06376

RGB 22499118
HSL0.970.670.63
HSV351°56°88°
CMYK 0.000.560.47   0.12
XYZ38.472326.079020.1456
Yxy26.07900.45420.3079
Hunter Lab51.067645.106512.3581
CIE-Lab58.112050.414113.8146

#e06376 color RGB value is (224,99,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100011 01110110
Octal 340 143 166
Decimal 224 99 118
Hex E0 63 76

RGB Percentages of Color #e06376

%50.79
%22.45
%26.76

CMYK Percentages of Color #e06376

%0
%56
%47
%12

Triadic Colors of #e06376

#e06376 #76e063 #6376e0

Analogous Colors of #e06376

#e06376 #e08f63 #e063b5

Monochromatic Colors of #e06376

#e06376

Complementary Color

#e06376 #63e0cd

#e06376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06376 Color CSS Codes

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

#e06376 Text Font Color

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

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


#e06376 Background Color

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

This div background color is #e06376


#e06376 Border Color

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

This div border color is #e06376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06376


Comments

No comments written yet.

Please login to write comment.