Color Hex Logo

#e30198 Color Hex

#E30198
(227,1,152)
0 Favorites   0 Comments

Color spaces of #e30198

RGB 2271152
HSL0.890.990.45
HSV320°100°89°
CMYK 0.001.000.33   0.11
XYZ37.356918.619631.3308
Yxy18.61960.42790.2133
Hunter Lab43.150479.0207-12.8442
CIE-Lab50.239280.7391-17.8330

#e30198 color RGB value is (227,1,152).

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

The process color (four color CMYK) of #e30198 color hex is 0.00, 1.00, 0.33, 0.11. Web safe color of #e30198 is #cc0099. Color #e30198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 10011000
Octal 343 1 230
Decimal 227 1 152
Hex E3 1 98

RGB Percentages of Color #e30198

%59.74
%0.26
%40.00

CMYK Percentages of Color #e30198

%0
%100
%33
%11

Triadic Colors of #e30198

#e30198 #98e301 #0198e3

Analogous Colors of #e30198

#e30198 #e30127 #bd01e3

Monochromatic Colors of #e30198

#e30198

Complementary Color

#e30198 #01e34c

#e30198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30198 Color CSS Codes

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

#e30198 Text Font Color

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

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


#e30198 Background Color

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

This div background color is #e30198


#e30198 Border Color

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

This div border color is #e30198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30198


Comments

No comments written yet.

Please login to write comment.