Color Hex Logo

#e74eac Color Hex

#E74EAC
(231,78,172)
0 Favorites   0 Comments

Color spaces of #e74eac

RGB 23178172
HSL0.900.760.61
HSV323°66°91°
CMYK 0.000.660.26   0.09
XYZ43.125825.416341.6626
Yxy25.41630.39130.2306
Hunter Lab50.414664.4675-13.7070
CIE-Lab57.478867.4918-18.5098

#e74eac color RGB value is (231,78,172).

#e74eac hex color red value is 231, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e74eac hue: 0.90 , saturation: 0.76 and the lightness value of e74eac is 0.61.

The process color (four color CMYK) of #e74eac color hex is 0.00, 0.66, 0.26, 0.09. Web safe color of #e74eac is #ff6699. Color #e74eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 10101100
Octal 347 116 254
Decimal 231 78 172
Hex E7 4E AC

RGB Percentages of Color #e74eac

%48.02
%16.22
%35.76

CMYK Percentages of Color #e74eac

%0
%66
%26
%9

Triadic Colors of #e74eac

#e74eac #ace74e #4eace7

Analogous Colors of #e74eac

#e74eac #e74e60 #d64ee7

Monochromatic Colors of #e74eac

#e74eac

Complementary Color

#e74eac #4ee789

#e74eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74eac Color CSS Codes

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

#e74eac Text Font Color

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

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


#e74eac Background Color

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

This div background color is #e74eac


#e74eac Border Color

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

This div border color is #e74eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74eac


Comments

No comments written yet.

Please login to write comment.