Color Hex Logo

#e06553 Color Hex

#E06553
(224,101,83)
0 Favorites   0 Comments

Color spaces of #e06553

RGB 22410183
HSL0.020.690.60
HSV63°88°
CMYK 0.000.550.63   0.12
XYZ36.955525.779211.2117
Yxy25.77920.49980.3486
Hunter Lab50.773241.068822.4489
CIE-Lab57.826946.716933.5458

#e06553 color RGB value is (224,101,83).

#e06553 hex color red value is 224, green value is 101 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e06553 hue: 0.02 , saturation: 0.69 and the lightness value of e06553 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100101 01010011
Octal 340 145 123
Decimal 224 101 83
Hex E0 65 53

RGB Percentages of Color #e06553

%54.90
%24.75
%20.34

CMYK Percentages of Color #e06553

%0
%55
%63
%12

Triadic Colors of #e06553

#e06553 #53e065 #6553e0

Analogous Colors of #e06553

#e06553 #e0ac53 #e05388

Monochromatic Colors of #e06553

#e06553

Complementary Color

#e06553 #53cee0

#e06553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06553 Color CSS Codes

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

#e06553 Text Font Color

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

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


#e06553 Background Color

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

This div background color is #e06553


#e06553 Border Color

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

This div border color is #e06553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06553


Comments

No comments written yet.

Please login to write comment.