Color Hex Logo

#e06848 Color Hex

#E06848
(224,104,72)
0 Favorites   0 Comments

Color spaces of #e06848

RGB 22410472
HSL0.040.710.58
HSV13°68°88°
CMYK 0.000.540.68   0.12
XYZ36.860526.21589.2483
Yxy26.21580.50970.3625
Hunter Lab51.201438.902025.1316
CIE-Lab58.241344.617540.0871

#e06848 color RGB value is (224,104,72).

#e06848 hex color red value is 224, green value is 104 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e06848 hue: 0.04 , saturation: 0.71 and the lightness value of e06848 is 0.58.

The process color (four color CMYK) of #e06848 color hex is 0.00, 0.54, 0.68, 0.12. Web safe color of #e06848 is #cc6633. Color #e06848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 01001000
Octal 340 150 110
Decimal 224 104 72
Hex E0 68 48

RGB Percentages of Color #e06848

%56.00
%26.00
%18.00

CMYK Percentages of Color #e06848

%0
%54
%68
%12

Triadic Colors of #e06848

#e06848 #48e068 #6848e0

Analogous Colors of #e06848

#e06848 #e0b448 #e04874

Monochromatic Colors of #e06848

#e06848

Complementary Color

#e06848 #48c0e0

#e06848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06848 Color CSS Codes

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

#e06848 Text Font Color

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

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


#e06848 Background Color

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

This div background color is #e06848


#e06848 Border Color

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

This div border color is #e06848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06848


Comments

No comments written yet.

Please login to write comment.