Color Hex Logo

#e30884 Color Hex

#E30884
(227,8,132)
0 Favorites   0 Comments

Color spaces of #e30884

RGB 2278132
HSL0.910.930.46
HSV326°96°89°
CMYK 0.000.960.42   0.11
XYZ35.930218.170523.4433
Yxy18.17050.46340.2343
Hunter Lab42.626975.8607-2.7686
CIE-Lab49.702378.3301-6.5918

#e30884 color RGB value is (227,8,132).

#e30884 hex color red value is 227, green value is 8 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e30884 hue: 0.91 , saturation: 0.93 and the lightness value of e30884 is 0.46.

The process color (four color CMYK) of #e30884 color hex is 0.00, 0.96, 0.42, 0.11. Web safe color of #e30884 is #cc0099. Color #e30884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001000 10000100
Octal 343 10 204
Decimal 227 8 132
Hex E3 8 84

RGB Percentages of Color #e30884

%61.85
%2.18
%35.97

CMYK Percentages of Color #e30884

%0
%96
%42
%11

Triadic Colors of #e30884

#e30884 #84e308 #0884e3

Analogous Colors of #e30884

#e30884 #e30816 #d508e3

Monochromatic Colors of #e30884

#e30884

Complementary Color

#e30884 #08e367

#e30884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30884 Color CSS Codes

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

#e30884 Text Font Color

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

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


#e30884 Background Color

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

This div background color is #e30884


#e30884 Border Color

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

This div border color is #e30884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30884


Comments

No comments written yet.

Please login to write comment.