Color Hex Logo

#e76fba Color Hex

#E76FBA
(231,111,186)
0 Favorites   0 Comments

Color spaces of #e76fba

RGB 231111186
HSL0.900.710.67
HSV323°52°91°
CMYK 0.000.520.19   0.09
XYZ47.502431.903050.1086
Yxy31.90300.36680.2463
Hunter Lab56.482751.2750-13.0611
CIE-Lab63.262655.1422-17.7522

#e76fba color RGB value is (231,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101111 10111010
Octal 347 157 272
Decimal 231 111 186
Hex E7 6F BA

RGB Percentages of Color #e76fba

%43.75
%21.02
%35.23

CMYK Percentages of Color #e76fba

%0
%52
%19
%9

Triadic Colors of #e76fba

#e76fba #bae76f #6fbae7

Analogous Colors of #e76fba

#e76fba #e76f7e #d86fe7

Monochromatic Colors of #e76fba

#e76fba

Complementary Color

#e76fba #6fe79c

#e76fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76fba Color CSS Codes

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

#e76fba Text Font Color

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

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


#e76fba Background Color

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

This div background color is #e76fba


#e76fba Border Color

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

This div border color is #e76fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76fba


Comments

No comments written yet.

Please login to write comment.