Color Hex Logo

#e70192 Color Hex

#E70192
(231,1,146)
0 Favorites   0 Comments

Color spaces of #e70192

RGB 2311146
HSL0.890.990.45
HSV322°100°91°
CMYK 0.001.000.37   0.09
XYZ38.154219.086028.8671
Yxy19.08600.44310.2217
Hunter Lab43.687579.4386-8.5954
CIE-Lab50.787780.9621-13.3315

#e70192 color RGB value is (231,1,146).

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

The process color (four color CMYK) of #e70192 color hex is 0.00, 1.00, 0.37, 0.09. Web safe color of #e70192 is #ff0099. Color #e70192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 10010010
Octal 347 1 222
Decimal 231 1 146
Hex E7 1 92

RGB Percentages of Color #e70192

%61.11
%0.26
%38.62

CMYK Percentages of Color #e70192

%0
%100
%37
%9

Triadic Colors of #e70192

#e70192 #92e701 #0192e7

Analogous Colors of #e70192

#e70192 #e7011f #c901e7

Monochromatic Colors of #e70192

#e70192

Complementary Color

#e70192 #01e756

#e70192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70192 Color CSS Codes

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

#e70192 Text Font Color

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

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


#e70192 Background Color

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

This div background color is #e70192


#e70192 Border Color

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

This div border color is #e70192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70192


Comments

No comments written yet.

Please login to write comment.