Color Hex Logo

#bb6dbf Color Hex

#BB6DBF
(187,109,191)
0 Favorites   0 Comments

Color spaces of #bb6dbf

RGB 187109191
HSL0.830.390.59
HSV297°43°75°
CMYK 0.020.430.00   0.25
XYZ35.366125.263752.3026
Yxy25.26370.31320.2237
Hunter Lab50.263037.6361-26.5118
CIE-Lab57.331543.5437-30.1999

#bb6dbf color RGB value is (187,109,191).

#bb6dbf hex color red value is 187, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb6dbf hue: 0.83 , saturation: 0.39 and the lightness value of bb6dbf is 0.59.

The process color (four color CMYK) of #bb6dbf color hex is 0.02, 0.43, 0.00, 0.25. Web safe color of #bb6dbf is #cc66cc. Color #bb6dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101101 10111111
Octal 273 155 277
Decimal 187 109 191
Hex BB 6D BF

RGB Percentages of Color #bb6dbf

%38.40
%22.38
%39.22

CMYK Percentages of Color #bb6dbf

%2
%43
%0
%25

Triadic Colors of #bb6dbf

#bb6dbf #bfbb6d #6dbfbb

Analogous Colors of #bb6dbf

#bb6dbf #bf6d9a #926dbf

Monochromatic Colors of #bb6dbf

#bb6dbf

Complementary Color

#bb6dbf #71bf6d

#bb6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6dbf Color CSS Codes

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

#bb6dbf Text Font Color

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

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


#bb6dbf Background Color

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

This div background color is #bb6dbf


#bb6dbf Border Color

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

This div border color is #bb6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6dbf


Comments

No comments written yet.

Please login to write comment.