Color Hex Logo

#e6062e Color Hex

#E6062E
(230,6,46)
0 Favorites   0 Comments

Color spaces of #e6062e

RGB 230646
HSL0.970.950.46
HSV349°97°90°
CMYK 0.000.970.80   0.10
XYZ33.191417.15054.1458
Yxy17.15050.60920.3148
Hunter Lab41.413270.589323.0538
CIE-Lab48.449174.301943.8350

#e6062e color RGB value is (230,6,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 00101110
Octal 346 6 56
Decimal 230 6 46
Hex E6 6 2E

RGB Percentages of Color #e6062e

%81.56
%2.13
%16.31

CMYK Percentages of Color #e6062e

%0
%97
%80
%10

Triadic Colors of #e6062e

#e6062e #2ee606 #062ee6

Analogous Colors of #e6062e

#e6062e #e64e06 #e6069e

Monochromatic Colors of #e6062e

#e6062e

Complementary Color

#e6062e #06e6be

#e6062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6062e Color CSS Codes

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

#e6062e Text Font Color

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

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


#e6062e Background Color

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

This div background color is #e6062e


#e6062e Border Color

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

This div border color is #e6062e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,6,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 #e6062e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6062e


Comments

No comments written yet.

Please login to write comment.