Color Hex Logo

#e30394 Color Hex

#E30394
(227,3,148)
0 Favorites   0 Comments

Color spaces of #e30394

RGB 2273148
HSL0.890.970.45
HSV321°99°89°
CMYK 0.000.990.35   0.11
XYZ37.056418.534129.6413
Yxy18.53410.43480.2175
Hunter Lab43.051278.3043-10.6860
CIE-Lab50.137680.1921-15.5907

#e30394 color RGB value is (227,3,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000011 10010100
Octal 343 3 224
Decimal 227 3 148
Hex E3 3 94

RGB Percentages of Color #e30394

%60.05
%0.79
%39.15

CMYK Percentages of Color #e30394

%0
%99
%35
%11

Triadic Colors of #e30394

#e30394 #94e303 #0394e3

Analogous Colors of #e30394

#e30394 #e30324 #c203e3

Monochromatic Colors of #e30394

#e30394

Complementary Color

#e30394 #03e352

#e30394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30394 Color CSS Codes

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

#e30394 Text Font Color

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

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


#e30394 Background Color

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

This div background color is #e30394


#e30394 Border Color

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

This div border color is #e30394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30394


Comments

No comments written yet.

Please login to write comment.