Color Hex Logo

#e6083a Color Hex

#E6083A
(230,8,58)
0 Favorites   0 Comments

Color spaces of #e6083a

RGB 230858
HSL0.960.930.47
HSV346°97°90°
CMYK 0.000.970.75   0.10
XYZ33.483717.30215.5778
Yxy17.30210.59410.3070
Hunter Lab41.595870.895921.1665
CIE-Lab48.638474.516337.1669

#e6083a color RGB value is (230,8,58).

#e6083a hex color red value is 230, green value is 8 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e6083a hue: 0.96 , saturation: 0.93 and the lightness value of e6083a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001000 00111010
Octal 346 10 72
Decimal 230 8 58
Hex E6 8 3A

RGB Percentages of Color #e6083a

%77.70
%2.70
%19.59

CMYK Percentages of Color #e6083a

%0
%97
%75
%10

Triadic Colors of #e6083a

#e6083a #3ae608 #083ae6

Analogous Colors of #e6083a

#e6083a #e64508 #e608a9

Monochromatic Colors of #e6083a

#e6083a

Complementary Color

#e6083a #08e6b4

#e6083a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6083a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6083a Color CSS Codes

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

#e6083a Text Font Color

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

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


#e6083a Background Color

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

This div background color is #e6083a


#e6083a Border Color

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

This div border color is #e6083a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6083a


Comments

No comments written yet.

Please login to write comment.