Color Hex Logo

#bb6fda Color Hex

#BB6FDA
(187,111,218)
0 Favorites   0 Comments

Color spaces of #bb6fda

RGB 187111218
HSL0.790.590.65
HSV283°49°85°
CMYK 0.140.490.00   0.15
XYZ38.832826.995669.4936
Yxy26.99560.28700.1995
Hunter Lab51.957342.4854-42.9311
CIE-Lab58.970347.8662-42.9377

#bb6fda color RGB value is (187,111,218).

#bb6fda hex color red value is 187, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb6fda hue: 0.79 , saturation: 0.59 and the lightness value of bb6fda is 0.65.

The process color (four color CMYK) of #bb6fda color hex is 0.14, 0.49, 0.00, 0.15. Web safe color of #bb6fda is #cc66cc. Color #bb6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 11011010
Octal 273 157 332
Decimal 187 111 218
Hex BB 6F DA

RGB Percentages of Color #bb6fda

%36.24
%21.51
%42.25

CMYK Percentages of Color #bb6fda

%14
%49
%0
%15

Triadic Colors of #bb6fda

#bb6fda #dabb6f #6fdabb

Analogous Colors of #bb6fda

#bb6fda #da6fc4 #866fda

Monochromatic Colors of #bb6fda

#bb6fda

Complementary Color

#bb6fda #8eda6f

#bb6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6fda Color CSS Codes

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

#bb6fda Text Font Color

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

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


#bb6fda Background Color

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

This div background color is #bb6fda


#bb6fda Border Color

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

This div border color is #bb6fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,111,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6fda


Comments

No comments written yet.

Please login to write comment.