Color Hex Logo

#e6063f Color Hex

#E6063F
(230,6,63)
0 Favorites   0 Comments

Color spaces of #e6063f

RGB 230663
HSL0.960.950.46
HSV345°97°90°
CMYK 0.000.970.73   0.10
XYZ33.595517.31216.2735
Yxy17.31210.58750.3028
Hunter Lab41.607871.313020.1859
CIE-Lab48.650974.855234.2204

#e6063f color RGB value is (230,6,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000110 00111111
Octal 346 6 77
Decimal 230 6 63
Hex E6 6 3F

RGB Percentages of Color #e6063f

%76.92
%2.01
%21.07

CMYK Percentages of Color #e6063f

%0
%97
%73
%10

Triadic Colors of #e6063f

#e6063f #3fe606 #063fe6

Analogous Colors of #e6063f

#e6063f #e63d06 #e606af

Monochromatic Colors of #e6063f

#e6063f

Complementary Color

#e6063f #06e6ad

#e6063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6063f Color CSS Codes

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

#e6063f Text Font Color

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

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


#e6063f Background Color

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

This div background color is #e6063f


#e6063f Border Color

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

This div border color is #e6063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6063f


Comments

No comments written yet.

Please login to write comment.