Color Hex Logo

#e771ba Color Hex

#E771BA
(231,113,186)
0 Favorites   0 Comments

Color spaces of #e771ba

RGB 231113186
HSL0.900.710.67
HSV323°51°91°
CMYK 0.000.510.19   0.09
XYZ47.723132.344350.1822
Yxy32.34430.36640.2483
Hunter Lab56.872050.2588-12.5053
CIE-Lab63.626454.1877-17.2005

#e771ba color RGB value is (231,113,186).

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

The process color (four color CMYK) of #e771ba color hex is 0.00, 0.51, 0.19, 0.09. Web safe color of #e771ba is #ff66cc. Color #e771ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 10111010
Octal 347 161 272
Decimal 231 113 186
Hex E7 71 BA

RGB Percentages of Color #e771ba

%43.58
%21.32
%35.09

CMYK Percentages of Color #e771ba

%0
%51
%19
%9

Triadic Colors of #e771ba

#e771ba #bae771 #71bae7

Analogous Colors of #e771ba

#e771ba #e7717f #d971e7

Monochromatic Colors of #e771ba

#e771ba

Complementary Color

#e771ba #71e79e

#e771ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771ba Color CSS Codes

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

#e771ba Text Font Color

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

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


#e771ba Background Color

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

This div background color is #e771ba


#e771ba Border Color

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

This div border color is #e771ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771ba


Comments

No comments written yet.

Please login to write comment.