Color Hex Logo

#e74caa Color Hex

#E74CAA
(231,76,170)
0 Favorites   0 Comments

Color spaces of #e74caa

RGB 23176170
HSL0.900.760.60
HSV324°67°91°
CMYK 0.000.670.26   0.09
XYZ42.795125.060140.6117
Yxy25.06010.39450.2310
Hunter Lab50.060164.9901-13.0575
CIE-Lab57.133967.9938-17.8732

#e74caa color RGB value is (231,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001100 10101010
Octal 347 114 252
Decimal 231 76 170
Hex E7 4C AA

RGB Percentages of Color #e74caa

%48.43
%15.93
%35.64

CMYK Percentages of Color #e74caa

%0
%67
%26
%9

Triadic Colors of #e74caa

#e74caa #aae74c #4caae7

Analogous Colors of #e74caa

#e74caa #e74c5d #d74ce7

Monochromatic Colors of #e74caa

#e74caa

Complementary Color

#e74caa #4ce789

#e74caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74caa Color CSS Codes

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

#e74caa Text Font Color

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

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


#e74caa Background Color

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

This div background color is #e74caa


#e74caa Border Color

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

This div border color is #e74caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,76,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 #e74caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74caa


Comments

No comments written yet.

Please login to write comment.