Color Hex Logo

#e1564f Color Hex

#E1564F
(225,86,79)
0 Favorites   0 Comments

Color spaces of #e1564f

RGB 2258679
HSL0.010.710.60
HSV65°88°
CMYK 0.000.620.65   0.12
XYZ35.790423.22769.9942
Yxy23.22760.51860.3366
Hunter Lab48.195048.215721.4415
CIE-Lab55.306053.706532.7235

#e1564f color RGB value is (225,86,79).

#e1564f hex color red value is 225, green value is 86 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e1564f hue: 0.01 , saturation: 0.71 and the lightness value of e1564f is 0.60.

The process color (four color CMYK) of #e1564f color hex is 0.00, 0.62, 0.65, 0.12. Web safe color of #e1564f is #cc6666. Color #e1564f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 01001111
Octal 341 126 117
Decimal 225 86 79
Hex E1 56 4F

RGB Percentages of Color #e1564f

%57.69
%22.05
%20.26

CMYK Percentages of Color #e1564f

%0
%62
%65
%12

Triadic Colors of #e1564f

#e1564f #4fe156 #564fe1

Analogous Colors of #e1564f

#e1564f #e19f4f #e14f91

Monochromatic Colors of #e1564f

#e1564f

Complementary Color

#e1564f #4fdae1

#e1564f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1564f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1564f Color CSS Codes

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

#e1564f Text Font Color

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

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


#e1564f Background Color

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

This div background color is #e1564f


#e1564f Border Color

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

This div border color is #e1564f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,86,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1564f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1564f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1564f;
  box-shadow:         1px 1px 3px 2px #e1564f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,86,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1564f


Comments

No comments written yet.

Please login to write comment.