Color Hex Logo

#e74aaf Color Hex

#E74AAF
(231,74,175)
0 Favorites   0 Comments

Color spaces of #e74aaf

RGB 23174175
HSL0.890.770.60
HSV321°68°91°
CMYK 0.000.680.24   0.09
XYZ43.141624.981643.1056
Yxy24.98160.38790.2246
Hunter Lab49.981666.6044-16.1463
CIE-Lab57.057569.3548-20.8935

#e74aaf color RGB value is (231,74,175).

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

The process color (four color CMYK) of #e74aaf color hex is 0.00, 0.68, 0.24, 0.09. Web safe color of #e74aaf is #ff3399. Color #e74aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 10101111
Octal 347 112 257
Decimal 231 74 175
Hex E7 4A AF

RGB Percentages of Color #e74aaf

%48.13
%15.42
%36.46

CMYK Percentages of Color #e74aaf

%0
%68
%24
%9

Triadic Colors of #e74aaf

#e74aaf #afe74a #4aafe7

Analogous Colors of #e74aaf

#e74aaf #e74a61 #d14ae7

Monochromatic Colors of #e74aaf

#e74aaf

Complementary Color

#e74aaf #4ae782

#e74aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74aaf Color CSS Codes

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

#e74aaf Text Font Color

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

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


#e74aaf Background Color

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

This div background color is #e74aaf


#e74aaf Border Color

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

This div border color is #e74aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74aaf


Comments

No comments written yet.

Please login to write comment.