Color Hex Logo

#bb6dee Color Hex

#BB6DEE
(187,109,238)
0 Favorites   0 Comments

Color spaces of #bb6dee

RGB 187109238
HSL0.770.790.68
HSV276°54°93°
CMYK 0.210.540.00   0.07
XYZ41.394827.675184.0490
Yxy27.67510.27030.1807
Hunter Lab52.607148.3932-57.9011
CIE-Lab59.594153.1634-53.1308

#bb6dee color RGB value is (187,109,238).

#bb6dee hex color red value is 187, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bb6dee hue: 0.77 , saturation: 0.79 and the lightness value of bb6dee is 0.68.

The process color (four color CMYK) of #bb6dee color hex is 0.21, 0.54, 0.00, 0.07. Web safe color of #bb6dee is #cc66ff. Color #bb6dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101101 11101110
Octal 273 155 356
Decimal 187 109 238
Hex BB 6D EE

RGB Percentages of Color #bb6dee

%35.02
%20.41
%44.57

CMYK Percentages of Color #bb6dee

%21
%54
%0
%7

Triadic Colors of #bb6dee

#bb6dee #eebb6d #6deebb

Analogous Colors of #bb6dee

#bb6dee #ee6de1 #7b6dee

Monochromatic Colors of #bb6dee

#bb6dee

Complementary Color

#bb6dee #a0ee6d

#bb6dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6dee Color CSS Codes

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

#bb6dee Text Font Color

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

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


#bb6dee Background Color

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

This div background color is #bb6dee


#bb6dee Border Color

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

This div border color is #bb6dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6dee


Comments

No comments written yet.

Please login to write comment.