Color Hex Logo

#e777bf Color Hex

#E777BF
(231,119,191)
0 Favorites   0 Comments

Color spaces of #e777bf

RGB 231119191
HSL0.890.700.69
HSV321°48°91°
CMYK 0.000.480.17   0.09
XYZ48.955833.944253.2618
Yxy33.94420.35950.2493
Hunter Lab58.261748.0312-13.4187
CIE-Lab64.918352.0121-18.0709

#e777bf color RGB value is (231,119,191).

#e777bf hex color red value is 231, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e777bf hue: 0.89 , saturation: 0.70 and the lightness value of e777bf is 0.69.

The process color (four color CMYK) of #e777bf color hex is 0.00, 0.48, 0.17, 0.09. Web safe color of #e777bf is #ff66cc. Color #e777bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110111 10111111
Octal 347 167 277
Decimal 231 119 191
Hex E7 77 BF

RGB Percentages of Color #e777bf

%42.70
%22.00
%35.30

CMYK Percentages of Color #e777bf

%0
%48
%17
%9

Triadic Colors of #e777bf

#e777bf #bfe777 #77bfe7

Analogous Colors of #e777bf

#e777bf #e77787 #d777e7

Monochromatic Colors of #e777bf

#e777bf

Complementary Color

#e777bf #77e79f

#e777bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e777bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e777bf Color CSS Codes

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

#e777bf Text Font Color

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

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


#e777bf Background Color

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

This div background color is #e777bf


#e777bf Border Color

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

This div border color is #e777bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e777bf


Comments

No comments written yet.

Please login to write comment.