Color Hex Logo

#e64046 Color Hex

#E64046
(230,64,70)
0 Favorites   0 Comments

Color spaces of #e64046

RGB 2306470
HSL0.990.770.58
HSV358°72°90°
CMYK 0.000.720.70   0.10
XYZ35.572020.93207.9598
Yxy20.93200.55180.3247
Hunter Lab45.751558.719421.7108
CIE-Lab52.875063.449135.1235

#e64046 color RGB value is (230,64,70).

#e64046 hex color red value is 230, green value is 64 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e64046 hue: 0.99 , saturation: 0.77 and the lightness value of e64046 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000000 01000110
Octal 346 100 106
Decimal 230 64 70
Hex E6 40 46

RGB Percentages of Color #e64046

%63.19
%17.58
%19.23

CMYK Percentages of Color #e64046

%0
%72
%70
%10

Triadic Colors of #e64046

#e64046 #46e640 #4046e6

Analogous Colors of #e64046

#e64046 #e68d40 #e64099

Monochromatic Colors of #e64046

#e64046

Complementary Color

#e64046 #40e6e0

#e64046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64046 Color CSS Codes

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

#e64046 Text Font Color

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

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


#e64046 Background Color

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

This div background color is #e64046


#e64046 Border Color

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

This div border color is #e64046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64046


Comments

No comments written yet.

Please login to write comment.