Color Hex Logo

#e74580 Color Hex

#E74580
(231,69,128)
0 Favorites   0 Comments

Color spaces of #e74580

RGB 23169128
HSL0.940.770.59
HSV338°70°91°
CMYK 0.000.700.45   0.09
XYZ38.979422.803722.7692
Yxy22.80370.46100.2697
Hunter Lab47.753262.13565.1572
CIE-Lab54.869666.00793.4775

#e74580 color RGB value is (231,69,128).

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

The process color (four color CMYK) of #e74580 color hex is 0.00, 0.70, 0.45, 0.09. Web safe color of #e74580 is #ff3399. Color #e74580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 10000000
Octal 347 105 200
Decimal 231 69 128
Hex E7 45 80

RGB Percentages of Color #e74580

%53.97
%16.12
%29.91

CMYK Percentages of Color #e74580

%0
%70
%45
%9

Triadic Colors of #e74580

#e74580 #80e745 #4580e7

Analogous Colors of #e74580

#e74580 #e75b45 #e745d1

Monochromatic Colors of #e74580

#e74580

Complementary Color

#e74580 #45e7ac

#e74580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74580 Color CSS Codes

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

#e74580 Text Font Color

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

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


#e74580 Background Color

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

This div background color is #e74580


#e74580 Border Color

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

This div border color is #e74580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74580


Comments

No comments written yet.

Please login to write comment.