Color Hex Logo

#e6642e Color Hex

#E6642E
(230,100,46)
0 Favorites   0 Comments

Color spaces of #e6642e

RGB 23010046
HSL0.050.790.54
HSV18°80°90°
CMYK 0.000.570.80   0.10
XYZ37.683426.13465.6431
Yxy26.13460.54250.3762
Hunter Lab51.122042.113629.2407
CIE-Lab58.164647.641653.3025

#e6642e color RGB value is (230,100,46).

#e6642e hex color red value is 230, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e6642e hue: 0.05 , saturation: 0.79 and the lightness value of e6642e is 0.54.

The process color (four color CMYK) of #e6642e color hex is 0.00, 0.57, 0.80, 0.10. Web safe color of #e6642e is #ff6633. Color #e6642e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100100 00101110
Octal 346 144 56
Decimal 230 100 46
Hex E6 64 2E

RGB Percentages of Color #e6642e

%61.17
%26.60
%12.23

CMYK Percentages of Color #e6642e

%0
%57
%80
%10

Triadic Colors of #e6642e

#e6642e #2ee664 #642ee6

Analogous Colors of #e6642e

#e6642e #e6c02e #e62e54

Monochromatic Colors of #e6642e

#e6642e

Complementary Color

#e6642e #2eb0e6

#e6642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6642e Color CSS Codes

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

#e6642e Text Font Color

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

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


#e6642e Background Color

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

This div background color is #e6642e


#e6642e Border Color

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

This div border color is #e6642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6642e


Comments

No comments written yet.

Please login to write comment.