Color Hex Logo

#bb6cde Color Hex

#BB6CDE
(187,108,222)
0 Favorites   0 Comments

Color spaces of #bb6cde

RGB 187108222
HSL0.780.630.65
HSV282°51°87°
CMYK 0.160.510.00   0.13
XYZ39.040926.563872.1769
Yxy26.56380.28340.1928
Hunter Lab51.540145.0161-46.9519
CIE-Lab58.568450.2599-45.8189

#bb6cde color RGB value is (187,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 11011110
Octal 273 154 336
Decimal 187 108 222
Hex BB 6C DE

RGB Percentages of Color #bb6cde

%36.17
%20.89
%42.94

CMYK Percentages of Color #bb6cde

%16
%51
%0
%13

Triadic Colors of #bb6cde

#bb6cde #debb6c #6cdebb

Analogous Colors of #bb6cde

#bb6cde #de6cc8 #826cde

Monochromatic Colors of #bb6cde

#bb6cde

Complementary Color

#bb6cde #8fde6c

#bb6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cde Color CSS Codes

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

#bb6cde Text Font Color

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

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


#bb6cde Background Color

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

This div background color is #bb6cde


#bb6cde Border Color

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

This div border color is #bb6cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cde


Comments

No comments written yet.

Please login to write comment.