Color Hex Logo

#bf77bf Color Hex

#BF77BF
(191,119,191)
0 Favorites   0 Comments

Color spaces of #bf77bf

RGB 191119191
HSL0.830.360.61
HSV300°38°75°
CMYK 0.000.380.00   0.25
XYZ37.486728.031652.7251
Yxy28.03160.31700.2371
Hunter Lab52.944933.7303-21.9825
CIE-Lab59.917339.4467-26.1622

#bf77bf color RGB value is (191,119,191).

#bf77bf hex color red value is 191, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bf77bf hue: 0.83 , saturation: 0.36 and the lightness value of bf77bf is 0.61.

The process color (four color CMYK) of #bf77bf color hex is 0.00, 0.38, 0.00, 0.25. Web safe color of #bf77bf is #cc66cc. Color #bf77bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 10111111
Octal 277 167 277
Decimal 191 119 191
Hex BF 77 BF

RGB Percentages of Color #bf77bf

%38.12
%23.75
%38.12

CMYK Percentages of Color #bf77bf

%0
%38
%0
%25

Triadic Colors of #bf77bf

#bf77bf #bfbf77 #77bfbf

Analogous Colors of #bf77bf

#bf77bf #bf779b #9b77bf

Monochromatic Colors of #bf77bf

#bf77bf

Complementary Color

#bf77bf #77bf77

#bf77bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf77bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf77bf Color CSS Codes

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

#bf77bf Text Font Color

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

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


#bf77bf Background Color

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

This div background color is #bf77bf


#bf77bf Border Color

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

This div border color is #bf77bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf77bf


Comments

No comments written yet.

Please login to write comment.