Color Hex Logo

#e64844 Color Hex

#E64844
(230,72,68)
0 Favorites   0 Comments

Color spaces of #e64844

RGB 2307268
HSL0.000.760.58
HSV70°90°
CMYK 0.000.690.70   0.10
XYZ35.993921.87517.7941
Yxy21.87510.54820.3331
Hunter Lab46.770855.521122.8592
CIE-Lab53.894260.474837.4651

#e64844 color RGB value is (230,72,68).

#e64844 hex color red value is 230, green value is 72 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e64844 hue: 0.00 , saturation: 0.76 and the lightness value of e64844 is 0.58.

The process color (four color CMYK) of #e64844 color hex is 0.00, 0.69, 0.70, 0.10. Web safe color of #e64844 is #ff3333. Color #e64844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001000 01000100
Octal 346 110 104
Decimal 230 72 68
Hex E6 48 44

RGB Percentages of Color #e64844

%62.16
%19.46
%18.38

CMYK Percentages of Color #e64844

%0
%69
%70
%10

Triadic Colors of #e64844

#e64844 #44e648 #4844e6

Analogous Colors of #e64844

#e64844 #e69944 #e64491

Monochromatic Colors of #e64844

#e64844

Complementary Color

#e64844 #44e2e6

#e64844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64844 Color CSS Codes

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

#e64844 Text Font Color

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

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


#e64844 Background Color

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

This div background color is #e64844


#e64844 Border Color

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

This div border color is #e64844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64844


Comments

No comments written yet.

Please login to write comment.