Color Hex Logo

#e30387 Color Hex

#E30387
(227,3,135)
2 Favorites   0 Comments

Color spaces of #e30387

RGB 2273135
HSL0.900.970.45
HSV325°99°89°
CMYK 0.000.990.41   0.11
XYZ36.084318.145324.5222
Yxy18.14530.45820.2304
Hunter Lab42.597376.6626-4.3137
CIE-Lab49.671978.9772-8.4556

#e30387 color RGB value is (227,3,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000011 10000111
Octal 343 3 207
Decimal 227 3 135
Hex E3 3 87

RGB Percentages of Color #e30387

%62.19
%0.82
%36.99

CMYK Percentages of Color #e30387

%0
%99
%41
%11

Triadic Colors of #e30387

#e30387 #87e303 #0387e3

Analogous Colors of #e30387

#e30387 #e30317 #cf03e3

Monochromatic Colors of #e30387

#e30387

Complementary Color

#e30387 #03e35f

#e30387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30387 Color CSS Codes

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

#e30387 Text Font Color

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

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


#e30387 Background Color

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

This div background color is #e30387


#e30387 Border Color

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

This div border color is #e30387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30387


Comments

No comments written yet.

Please login to write comment.