Color Hex Logo

#e30246 Color Hex

#E30246
(227,2,70)
0 Favorites   0 Comments

Color spaces of #e30246

RGB 227270
HSL0.950.980.45
HSV342°99°89°
CMYK 0.000.990.69   0.11
XYZ32.805816.81657.3112
Yxy16.81650.57620.2954
Hunter Lab41.007971.033818.1349
CIE-Lab48.028074.748229.1026

#e30246 color RGB value is (227,2,70).

#e30246 hex color red value is 227, green value is 2 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e30246 hue: 0.95 , saturation: 0.98 and the lightness value of e30246 is 0.45.

The process color (four color CMYK) of #e30246 color hex is 0.00, 0.99, 0.69, 0.11. Web safe color of #e30246 is #cc0033. Color #e30246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000010 01000110
Octal 343 2 106
Decimal 227 2 70
Hex E3 2 46

RGB Percentages of Color #e30246

%75.92
%0.67
%23.41

CMYK Percentages of Color #e30246

%0
%99
%69
%11

Triadic Colors of #e30246

#e30246 #46e302 #0246e3

Analogous Colors of #e30246

#e30246 #e32e02 #e302b7

Monochromatic Colors of #e30246

#e30246

Complementary Color

#e30246 #02e39f

#e30246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30246 Color CSS Codes

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

#e30246 Text Font Color

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

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


#e30246 Background Color

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

This div background color is #e30246


#e30246 Border Color

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

This div border color is #e30246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30246


Comments

No comments written yet.

Please login to write comment.