Color Hex Logo

#e06473 Color Hex

#E06473
(224,100,115)
0 Favorites   0 Comments

Color spaces of #e06473

RGB 224100115
HSL0.980.670.64
HSV353°55°88°
CMYK 0.000.550.49   0.12
XYZ38.392226.199419.2532
Yxy26.19940.45790.3125
Hunter Lab51.185344.311813.5280
CIE-Lab58.225849.666415.7192

#e06473 color RGB value is (224,100,115).

#e06473 hex color red value is 224, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e06473 hue: 0.98 , saturation: 0.67 and the lightness value of e06473 is 0.64.

The process color (four color CMYK) of #e06473 color hex is 0.00, 0.55, 0.49, 0.12. Web safe color of #e06473 is #cc6666. Color #e06473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 01110011
Octal 340 144 163
Decimal 224 100 115
Hex E0 64 73

RGB Percentages of Color #e06473

%51.03
%22.78
%26.20

CMYK Percentages of Color #e06473

%0
%55
%49
%12

Triadic Colors of #e06473

#e06473 #73e064 #6473e0

Analogous Colors of #e06473

#e06473 #e09364 #e064b1

Monochromatic Colors of #e06473

#e06473

Complementary Color

#e06473 #64e0d1

#e06473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06473 Color CSS Codes

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

#e06473 Text Font Color

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

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


#e06473 Background Color

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

This div background color is #e06473


#e06473 Border Color

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

This div border color is #e06473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06473


Comments

No comments written yet.

Please login to write comment.