Color Hex Logo

#e771ad Color Hex

#E771AD
(231,113,173)
0 Favorites   0 Comments

Color spaces of #e771ad

RGB 231113173
HSL0.920.710.67
HSV329°51°91°
CMYK 0.000.510.25   0.09
XYZ46.402931.816343.2306
Yxy31.81630.38210.2620
Hunter Lab56.405948.1344-5.9568
CIE-Lab63.190852.3667-10.4607

#e771ad color RGB value is (231,113,173).

#e771ad hex color red value is 231, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e771ad hue: 0.92 , saturation: 0.71 and the lightness value of e771ad is 0.67.

The process color (four color CMYK) of #e771ad color hex is 0.00, 0.51, 0.25, 0.09. Web safe color of #e771ad is #ff6699. Color #e771ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 10101101
Octal 347 161 255
Decimal 231 113 173
Hex E7 71 AD

RGB Percentages of Color #e771ad

%44.68
%21.86
%33.46

CMYK Percentages of Color #e771ad

%0
%51
%25
%9

Triadic Colors of #e771ad

#e771ad #ade771 #71ade7

Analogous Colors of #e771ad

#e771ad #e77172 #e671e7

Monochromatic Colors of #e771ad

#e771ad

Complementary Color

#e771ad #71e7ab

#e771ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771ad Color CSS Codes

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

#e771ad Text Font Color

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

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


#e771ad Background Color

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

This div background color is #e771ad


#e771ad Border Color

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

This div border color is #e771ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771ad


Comments

No comments written yet.

Please login to write comment.