Color Hex Logo

#bf77db Color Hex

#BF77DB
(191,119,219)
0 Favorites   0 Comments

Color spaces of #bf77db

RGB 191119219
HSL0.790.580.66
HSV283°46°86°
CMYK 0.130.460.00   0.14
XYZ40.868929.384570.5356
Yxy29.38450.29030.2087
Hunter Lab54.207539.7143-39.2038
CIE-Lab61.119544.9765-40.0885

#bf77db color RGB value is (191,119,219).

#bf77db hex color red value is 191, green value is 119 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf77db hue: 0.79 , saturation: 0.58 and the lightness value of bf77db is 0.66.

The process color (four color CMYK) of #bf77db color hex is 0.13, 0.46, 0.00, 0.14. Web safe color of #bf77db is #cc66cc. Color #bf77db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 11011011
Octal 277 167 333
Decimal 191 119 219
Hex BF 77 DB

RGB Percentages of Color #bf77db

%36.11
%22.50
%41.40

CMYK Percentages of Color #bf77db

%13
%46
%0
%14

Triadic Colors of #bf77db

#bf77db #dbbf77 #77dbbf

Analogous Colors of #bf77db

#bf77db #db77c5 #8d77db

Monochromatic Colors of #bf77db

#bf77db

Complementary Color

#bf77db #93db77

#bf77db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf77db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf77db Color CSS Codes

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

#bf77db Text Font Color

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

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


#bf77db Background Color

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

This div background color is #bf77db


#bf77db Border Color

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

This div border color is #bf77db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf77db


Comments

No comments written yet.

Please login to write comment.