Color Hex Logo

#e71764 Color Hex

#E71764
(231,23,100)
0 Favorites   0 Comments

Color spaces of #e71764

RGB 23123100
HSL0.940.820.50
HSV338°90°91°
CMYK 0.000.900.57   0.09
XYZ35.561618.521813.7574
Yxy18.52180.52420.2730
Hunter Lab43.037072.180511.1729
CIE-Lab50.123075.276113.6463

#e71764 color RGB value is (231,23,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010111 01100100
Octal 347 27 144
Decimal 231 23 100
Hex E7 17 64

RGB Percentages of Color #e71764

%65.25
%6.50
%28.25

CMYK Percentages of Color #e71764

%0
%90
%57
%9

Triadic Colors of #e71764

#e71764 #64e717 #1764e7

Analogous Colors of #e71764

#e71764 #e73217 #e717cc

Monochromatic Colors of #e71764

#e71764

Complementary Color

#e71764 #17e79a

#e71764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71764 Color CSS Codes

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

#e71764 Text Font Color

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

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


#e71764 Background Color

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

This div background color is #e71764


#e71764 Border Color

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

This div border color is #e71764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71764


Comments

No comments written yet.

Please login to write comment.