Color Hex Logo

#e74baa Color Hex

#E74BAA
(231,75,170)
0 Favorites   0 Comments

Color spaces of #e74baa

RGB 23175170
HSL0.900.760.60
HSV323°68°91°
CMYK 0.000.680.26   0.09
XYZ42.726824.923440.5889
Yxy24.92340.39470.2303
Hunter Lab49.923365.4031-13.2579
CIE-Lab57.000768.3640-18.0759

#e74baa color RGB value is (231,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 10101010
Octal 347 113 252
Decimal 231 75 170
Hex E7 4B AA

RGB Percentages of Color #e74baa

%48.53
%15.76
%35.71

CMYK Percentages of Color #e74baa

%0
%68
%26
%9

Triadic Colors of #e74baa

#e74baa #aae74b #4baae7

Analogous Colors of #e74baa

#e74baa #e74b5c #d64be7

Monochromatic Colors of #e74baa

#e74baa

Complementary Color

#e74baa #4be788

#e74baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74baa Color CSS Codes

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

#e74baa Text Font Color

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

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


#e74baa Background Color

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

This div background color is #e74baa


#e74baa Border Color

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

This div border color is #e74baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74baa


Comments

No comments written yet.

Please login to write comment.