Color Hex Logo

#bb6cdf Color Hex

#BB6CDF
(187,108,223)
0 Favorites   0 Comments

Color spaces of #bb6cdf

RGB 187108223
HSL0.780.640.65
HSV281°52°87°
CMYK 0.160.520.00   0.13
XYZ39.175426.617672.8850
Yxy26.61760.28250.1919
Hunter Lab51.592245.2535-47.6451
CIE-Lab58.618750.4694-46.3006

#bb6cdf color RGB value is (187,108,223).

#bb6cdf hex color red value is 187, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb6cdf hue: 0.78 , saturation: 0.64 and the lightness value of bb6cdf is 0.65.

The process color (four color CMYK) of #bb6cdf color hex is 0.16, 0.52, 0.00, 0.13. Web safe color of #bb6cdf is #cc66cc. Color #bb6cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 11011111
Octal 273 154 337
Decimal 187 108 223
Hex BB 6C DF

RGB Percentages of Color #bb6cdf

%36.10
%20.85
%43.05

CMYK Percentages of Color #bb6cdf

%16
%52
%0
%13

Triadic Colors of #bb6cdf

#bb6cdf #dfbb6c #6cdfbb

Analogous Colors of #bb6cdf

#bb6cdf #df6cca #826cdf

Monochromatic Colors of #bb6cdf

#bb6cdf

Complementary Color

#bb6cdf #90df6c

#bb6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cdf Color CSS Codes

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

#bb6cdf Text Font Color

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

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


#bb6cdf Background Color

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

This div background color is #bb6cdf


#bb6cdf Border Color

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

This div border color is #bb6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cdf


Comments

No comments written yet.

Please login to write comment.