Color Hex Logo

#bb6cbe Color Hex

#BB6CBE
(187,108,190)
0 Favorites   0 Comments

Color spaces of #bb6cbe

RGB 187108190
HSL0.830.390.58
HSV298°43°75°
CMYK 0.020.430.00   0.25
XYZ35.150325.007651.6895
Yxy25.00760.31430.2236
Hunter Lab50.007637.9542-26.2788
CIE-Lab57.082843.8824-30.0141

#bb6cbe color RGB value is (187,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 10111110
Octal 273 154 276
Decimal 187 108 190
Hex BB 6C BE

RGB Percentages of Color #bb6cbe

%38.56
%22.27
%39.18

CMYK Percentages of Color #bb6cbe

%2
%43
%0
%25

Triadic Colors of #bb6cbe

#bb6cbe #bebb6c #6cbebb

Analogous Colors of #bb6cbe

#bb6cbe #be6c98 #926cbe

Monochromatic Colors of #bb6cbe

#bb6cbe

Complementary Color

#bb6cbe #6fbe6c

#bb6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cbe Color CSS Codes

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

#bb6cbe Text Font Color

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

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


#bb6cbe Background Color

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

This div background color is #bb6cbe


#bb6cbe Border Color

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

This div border color is #bb6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cbe


Comments

No comments written yet.

Please login to write comment.