Color Hex Logo

#e722ad Color Hex

#E722AD
(231,34,173)
0 Favorites   0 Comments

Color spaces of #e722ad

RGB 23134173
HSL0.880.800.52
HSV318°85°91°
CMYK 0.000.850.25   0.09
XYZ41.069821.150141.4529
Yxy21.15010.39610.2040
Hunter Lab45.989278.9248-21.2492
CIE-Lab53.113480.1030-25.7924

#e722ad color RGB value is (231,34,173).

#e722ad hex color red value is 231, green value is 34 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e722ad hue: 0.88 , saturation: 0.80 and the lightness value of e722ad is 0.52.

The process color (four color CMYK) of #e722ad color hex is 0.00, 0.85, 0.25, 0.09. Web safe color of #e722ad is #ff3399. Color #e722ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100010 10101101
Octal 347 42 255
Decimal 231 34 173
Hex E7 22 AD

RGB Percentages of Color #e722ad

%52.74
%7.76
%39.50

CMYK Percentages of Color #e722ad

%0
%85
%25
%9

Triadic Colors of #e722ad

#e722ad #ade722 #22ade7

Analogous Colors of #e722ad

#e722ad #e7224b #bf22e7

Monochromatic Colors of #e722ad

#e722ad

Complementary Color

#e722ad #22e75c

#e722ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e722ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e722ad Color CSS Codes

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

#e722ad Text Font Color

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

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


#e722ad Background Color

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

This div background color is #e722ad


#e722ad Border Color

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

This div border color is #e722ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e722ad


Comments

No comments written yet.

Please login to write comment.