Color Hex Logo

#e71666 Color Hex

#E71666
(231,22,102)
0 Favorites   0 Comments

Color spaces of #e71666

RGB 23122102
HSL0.940.830.50
HSV337°90°91°
CMYK 0.000.900.56   0.09
XYZ35.640218.522114.2670
Yxy18.52210.52080.2707
Hunter Lab43.037372.504710.4713
CIE-Lab50.123375.539912.4228

#e71666 color RGB value is (231,22,102).

#e71666 hex color red value is 231, green value is 22 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e71666 hue: 0.94 , saturation: 0.83 and the lightness value of e71666 is 0.50.

The process color (four color CMYK) of #e71666 color hex is 0.00, 0.90, 0.56, 0.09. Web safe color of #e71666 is #ff0066. Color #e71666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 01100110
Octal 347 26 146
Decimal 231 22 102
Hex E7 16 66

RGB Percentages of Color #e71666

%65.07
%6.20
%28.73

CMYK Percentages of Color #e71666

%0
%90
%56
%9

Triadic Colors of #e71666

#e71666 #66e716 #1666e7

Analogous Colors of #e71666

#e71666 #e72e16 #e716cf

Monochromatic Colors of #e71666

#e71666

Complementary Color

#e71666 #16e797

#e71666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71666 Color CSS Codes

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

#e71666 Text Font Color

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

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


#e71666 Background Color

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

This div background color is #e71666


#e71666 Border Color

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

This div border color is #e71666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71666


Comments

No comments written yet.

Please login to write comment.