Color Hex Logo

#e74860 Color Hex

#E74860
(231,72,96)
0 Favorites   0 Comments

Color spaces of #e74860

RGB 2317296
HSL0.970.770.59
HSV351°69°91°
CMYK 0.000.690.58   0.09
XYZ37.383722.468213.4328
Yxy22.46820.51010.3066
Hunter Lab47.400657.827416.3783
CIE-Lab54.520362.373522.0235

#e74860 color RGB value is (231,72,96).

#e74860 hex color red value is 231, green value is 72 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e74860 hue: 0.97 , saturation: 0.77 and the lightness value of e74860 is 0.59.

The process color (four color CMYK) of #e74860 color hex is 0.00, 0.69, 0.58, 0.09. Web safe color of #e74860 is #ff3366. Color #e74860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001000 01100000
Octal 347 110 140
Decimal 231 72 96
Hex E7 48 60

RGB Percentages of Color #e74860

%57.89
%18.05
%24.06

CMYK Percentages of Color #e74860

%0
%69
%58
%9

Triadic Colors of #e74860

#e74860 #60e748 #4860e7

Analogous Colors of #e74860

#e74860 #e78048 #e748b0

Monochromatic Colors of #e74860

#e74860

Complementary Color

#e74860 #48e7cf

#e74860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74860 Color CSS Codes

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

#e74860 Text Font Color

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

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


#e74860 Background Color

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

This div background color is #e74860


#e74860 Border Color

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

This div border color is #e74860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74860


Comments

No comments written yet.

Please login to write comment.