Color Hex Logo

#e46053 Color Hex

#E46053
(228,96,83)
0 Favorites   0 Comments

Color spaces of #e46053

RGB 2289683
HSL0.010.730.61
HSV64°89°
CMYK 0.000.580.64   0.11
XYZ37.739125.484311.1135
Yxy25.48430.50770.3428
Hunter Lab50.482045.098822.2848
CIE-Lab57.544350.496333.3331

#e46053 color RGB value is (228,96,83).

#e46053 hex color red value is 228, green value is 96 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e46053 hue: 0.01 , saturation: 0.73 and the lightness value of e46053 is 0.61.

The process color (four color CMYK) of #e46053 color hex is 0.00, 0.58, 0.64, 0.11. Web safe color of #e46053 is #cc6666. Color #e46053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100000 01010011
Octal 344 140 123
Decimal 228 96 83
Hex E4 60 53

RGB Percentages of Color #e46053

%56.02
%23.59
%20.39

CMYK Percentages of Color #e46053

%0
%58
%64
%11

Triadic Colors of #e46053

#e46053 #53e460 #6053e4

Analogous Colors of #e46053

#e46053 #e4a953 #e4538f

Monochromatic Colors of #e46053

#e46053

Complementary Color

#e46053 #53d7e4

#e46053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46053 Color CSS Codes

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

#e46053 Text Font Color

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

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


#e46053 Background Color

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

This div background color is #e46053


#e46053 Border Color

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

This div border color is #e46053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,96,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 #e46053">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46053


Comments

No comments written yet.

Please login to write comment.