Color Hex Logo

#e71093 Color Hex

#E71093
(231,16,147)
0 Favorites   0 Comments

Color spaces of #e71093

RGB 23116147
HSL0.900.870.48
HSV323°93°91°
CMYK 0.000.930.36   0.09
XYZ38.406719.466129.3368
Yxy19.46610.44040.2232
Hunter Lab44.120478.1731-8.5392
CIE-Lab51.228179.8754-13.2652

#e71093 color RGB value is (231,16,147).

#e71093 hex color red value is 231, green value is 16 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e71093 hue: 0.90 , saturation: 0.87 and the lightness value of e71093 is 0.48.

The process color (four color CMYK) of #e71093 color hex is 0.00, 0.93, 0.36, 0.09. Web safe color of #e71093 is #ff0099. Color #e71093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 10010011
Octal 347 20 223
Decimal 231 16 147
Hex E7 10 93

RGB Percentages of Color #e71093

%58.63
%4.06
%37.31

CMYK Percentages of Color #e71093

%0
%93
%36
%9

Triadic Colors of #e71093

#e71093 #93e710 #1093e7

Analogous Colors of #e71093

#e71093 #e71028 #d010e7

Monochromatic Colors of #e71093

#e71093

Complementary Color

#e71093 #10e764

#e71093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71093 Color CSS Codes

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

#e71093 Text Font Color

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

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


#e71093 Background Color

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

This div background color is #e71093


#e71093 Border Color

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

This div border color is #e71093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71093


Comments

No comments written yet.

Please login to write comment.