Color Hex Logo

#e74eab Color Hex

#E74EAB
(231,78,171)
0 Favorites   0 Comments

Color spaces of #e74eab

RGB 23178171
HSL0.900.760.61
HSV324°66°91°
CMYK 0.000.660.26   0.09
XYZ43.030125.378041.1586
Yxy25.37800.39270.2316
Hunter Lab50.376664.3101-13.1774
CIE-Lab57.441967.3666-17.9856

#e74eab color RGB value is (231,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 10101011
Octal 347 116 253
Decimal 231 78 171
Hex E7 4E AB

RGB Percentages of Color #e74eab

%48.13
%16.25
%35.63

CMYK Percentages of Color #e74eab

%0
%66
%26
%9

Triadic Colors of #e74eab

#e74eab #abe74e #4eabe7

Analogous Colors of #e74eab

#e74eab #e74e5e #d74ee7

Monochromatic Colors of #e74eab

#e74eab

Complementary Color

#e74eab #4ee78a

#e74eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74eab Color CSS Codes

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

#e74eab Text Font Color

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

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


#e74eab Background Color

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

This div background color is #e74eab


#e74eab Border Color

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

This div border color is #e74eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74eab


Comments

No comments written yet.

Please login to write comment.