Color Hex Logo

#e74add Color Hex

#E74ADD
(231,74,221)
0 Favorites   0 Comments

Color spaces of #e74add

RGB 23174221
HSL0.840.770.60
HSV304°68°91°
CMYK 0.000.680.04   0.09
XYZ48.454927.106971.0849
Yxy27.10690.33040.1848
Hunter Lab52.064375.0129-44.5054
CIE-Lab59.073175.8350-44.0647

#e74add color RGB value is (231,74,221).

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

The process color (four color CMYK) of #e74add color hex is 0.00, 0.68, 0.04, 0.09. Web safe color of #e74add is #ff33cc. Color #e74add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 11011101
Octal 347 112 335
Decimal 231 74 221
Hex E7 4A DD

RGB Percentages of Color #e74add

%43.92
%14.07
%42.02

CMYK Percentages of Color #e74add

%0
%68
%4
%9

Triadic Colors of #e74add

#e74add #dde74a #4adde7

Analogous Colors of #e74add

#e74add #e74a8f #a34ae7

Monochromatic Colors of #e74add

#e74add

Complementary Color

#e74add #4ae754

#e74add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74add Color CSS Codes

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

#e74add Text Font Color

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

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


#e74add Background Color

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

This div background color is #e74add


#e74add Border Color

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

This div border color is #e74add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74add


Comments

No comments written yet.

Please login to write comment.