Color Hex Logo

#e30290 Color Hex

#E30290
(227,2,144)
0 Favorites   0 Comments

Color spaces of #e30290

RGB 2272144
HSL0.890.980.45
HSV322°99°89°
CMYK 0.000.990.37   0.11
XYZ36.734318.387927.9987
Yxy18.38790.44190.2212
Hunter Lab42.881177.8709-8.6959
CIE-Lab49.963279.8822-13.4514

#e30290 color RGB value is (227,2,144).

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

The process color (four color CMYK) of #e30290 color hex is 0.00, 0.99, 0.37, 0.11. Web safe color of #e30290 is #cc0099. Color #e30290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000010 10010000
Octal 343 2 220
Decimal 227 2 144
Hex E3 2 90

RGB Percentages of Color #e30290

%60.86
%0.54
%38.61

CMYK Percentages of Color #e30290

%0
%99
%37
%11

Triadic Colors of #e30290

#e30290 #90e302 #0290e3

Analogous Colors of #e30290

#e30290 #e30220 #c602e3

Monochromatic Colors of #e30290

#e30290

Complementary Color

#e30290 #02e355

#e30290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30290 Color CSS Codes

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

#e30290 Text Font Color

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

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


#e30290 Background Color

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

This div background color is #e30290


#e30290 Border Color

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

This div border color is #e30290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30290


Comments

No comments written yet.

Please login to write comment.