Color Hex Logo

#e6003c Color Hex

#E6003C
(230,0,60)
1 Favorites   0 Comments

Color spaces of #e6003c

RGB 230060
HSL0.961.000.45
HSV344°100°90°
CMYK 0.001.000.74   0.10
XYZ33.448717.14925.8222
Yxy17.14920.59290.3040
Hunter Lab41.411671.706620.6523
CIE-Lab48.447575.216435.7682

#e6003c color RGB value is (230,0,60).

#e6003c hex color red value is 230, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e6003c hue: 0.96 , saturation: 1.00 and the lightness value of e6003c is 0.45.

The process color (four color CMYK) of #e6003c color hex is 0.00, 1.00, 0.74, 0.10. Web safe color of #e6003c is #ff0033. Color #e6003c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000000 00111100
Octal 346 0 74
Decimal 230 0 60
Hex E6 0 3C

RGB Percentages of Color #e6003c

%79.31
%0.00
%20.69

CMYK Percentages of Color #e6003c

%0
%100
%74
%10

Triadic Colors of #e6003c

#e6003c #3ce600 #003ce6

Analogous Colors of #e6003c

#e6003c #e63700 #e600af

Monochromatic Colors of #e6003c

#e6003c

Complementary Color

#e6003c #00e6aa

#e6003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6003c Color CSS Codes

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

#e6003c Text Font Color

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

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


#e6003c Background Color

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

This div background color is #e6003c


#e6003c Border Color

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

This div border color is #e6003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6003c


Comments

No comments written yet.

Please login to write comment.