Color Hex Logo

#e3063a Color Hex

#E3063A
(227,6,58)
0 Favorites   0 Comments

Color spaces of #e3063a

RGB 227658
HSL0.960.950.46
HSV346°97°89°
CMYK 0.000.970.74   0.11
XYZ32.507416.76665.5259
Yxy16.76660.59320.3060
Hunter Lab40.947070.051920.6616
CIE-Lab47.964673.954836.2362

#e3063a color RGB value is (227,6,58).

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

The process color (four color CMYK) of #e3063a color hex is 0.00, 0.97, 0.74, 0.11. Web safe color of #e3063a is #cc0033. Color #e3063a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 00111010
Octal 343 6 72
Decimal 227 6 58
Hex E3 6 3A

RGB Percentages of Color #e3063a

%78.01
%2.06
%19.93

CMYK Percentages of Color #e3063a

%0
%97
%74
%11

Triadic Colors of #e3063a

#e3063a #3ae306 #063ae3

Analogous Colors of #e3063a

#e3063a #e34106 #e306a9

Monochromatic Colors of #e3063a

#e3063a

Complementary Color

#e3063a #06e3af

#e3063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3063a Color CSS Codes

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

#e3063a Text Font Color

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

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


#e3063a Background Color

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

This div background color is #e3063a


#e3063a Border Color

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

This div border color is #e3063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3063a


Comments

No comments written yet.

Please login to write comment.