Color Hex Logo

#e60806 Color Hex

#E60806
(230,8,6)
0 Favorites   0 Comments

Color spaces of #e60806

RGB 23086
HSL0.000.950.46
HSV97°90°
CMYK 0.000.970.97   0.10
XYZ32.752817.00981.7293
Yxy17.00980.63610.3303
Hunter Lab41.242969.579426.3841
CIE-Lab48.272473.505860.5416

#e60806 color RGB value is (230,8,6).

#e60806 hex color red value is 230, green value is 8 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e60806 hue: 0.00 , saturation: 0.95 and the lightness value of e60806 is 0.46.

The process color (four color CMYK) of #e60806 color hex is 0.00, 0.97, 0.97, 0.10. Web safe color of #e60806 is #ff0000. Color #e60806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001000 00000110
Octal 346 10 6
Decimal 230 8 6
Hex E6 8 6

RGB Percentages of Color #e60806

%94.26
%3.28
%2.46

CMYK Percentages of Color #e60806

%0
%97
%97
%10

Triadic Colors of #e60806

#e60806 #06e608 #0806e6

Analogous Colors of #e60806

#e60806 #e67806 #e60674

Monochromatic Colors of #e60806

#e60806

Complementary Color

#e60806 #06e4e6

#e60806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60806 Color CSS Codes

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

#e60806 Text Font Color

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

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


#e60806 Background Color

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

This div background color is #e60806


#e60806 Border Color

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

This div border color is #e60806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60806


Comments

No comments written yet.

Please login to write comment.