Color Hex Logo

#e74ac0 Color Hex

#E74AC0
(231,74,192)
0 Favorites   0 Comments

Color spaces of #e74ac0

RGB 23174192
HSL0.870.770.60
HSV315°68°91°
CMYK 0.000.680.17   0.09
XYZ44.918225.692352.4608
Yxy25.69230.36500.2088
Hunter Lab50.687669.4795-25.8829
CIE-Lab57.743871.6003-29.6466

#e74ac0 color RGB value is (231,74,192).

#e74ac0 hex color red value is 231, green value is 74 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #e74ac0 hue: 0.87 , saturation: 0.77 and the lightness value of e74ac0 is 0.60.

The process color (four color CMYK) of #e74ac0 color hex is 0.00, 0.68, 0.17, 0.09. Web safe color of #e74ac0 is #ff33cc. Color #e74ac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 11000000
Octal 347 112 300
Decimal 231 74 192
Hex E7 4A C0

RGB Percentages of Color #e74ac0

%46.48
%14.89
%38.63

CMYK Percentages of Color #e74ac0

%0
%68
%17
%9

Triadic Colors of #e74ac0

#e74ac0 #c0e74a #4ac0e7

Analogous Colors of #e74ac0

#e74ac0 #e74a72 #c04ae7

Monochromatic Colors of #e74ac0

#e74ac0

Complementary Color

#e74ac0 #4ae771

#e74ac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74ac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74ac0 Color CSS Codes

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

#e74ac0 Text Font Color

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

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


#e74ac0 Background Color

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

This div background color is #e74ac0


#e74ac0 Border Color

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

This div border color is #e74ac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74ac0


Comments

No comments written yet.

Please login to write comment.