Color Hex Logo

#e65642 Color Hex

#E65642
(230,86,66)
0 Favorites   0 Comments

Color spaces of #e65642

RGB 2308666
HSL0.020.770.58
HSV71°90°
CMYK 0.000.630.71   0.10
XYZ36.944323.87197.8148
Yxy23.87190.53830.3478
Hunter Lab48.858949.468524.7180
CIE-Lab55.959354.729940.9522

#e65642 color RGB value is (230,86,66).

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

The process color (four color CMYK) of #e65642 color hex is 0.00, 0.63, 0.71, 0.10. Web safe color of #e65642 is #ff6633. Color #e65642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010110 01000010
Octal 346 126 102
Decimal 230 86 66
Hex E6 56 42

RGB Percentages of Color #e65642

%60.21
%22.51
%17.28

CMYK Percentages of Color #e65642

%0
%63
%71
%10

Triadic Colors of #e65642

#e65642 #42e656 #5642e6

Analogous Colors of #e65642

#e65642 #e6a842 #e64280

Monochromatic Colors of #e65642

#e65642

Complementary Color

#e65642 #42d2e6

#e65642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65642 Color CSS Codes

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

#e65642 Text Font Color

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

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


#e65642 Background Color

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

This div background color is #e65642


#e65642 Border Color

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

This div border color is #e65642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65642


Comments

No comments written yet.

Please login to write comment.