Color Hex Logo

#bb8dde Color Hex

#BB8DDE
(187,141,222)
0 Favorites   0 Comments

Color spaces of #bb8dde

RGB 187141222
HSL0.760.550.71
HSV274°36°87°
CMYK 0.160.360.00   0.13
XYZ43.203234.888573.5643
Yxy34.88850.28490.2301
Hunter Lab59.066527.1945-32.4961
CIE-Lab65.661832.4502-34.6992

#bb8dde color RGB value is (187,141,222).

#bb8dde hex color red value is 187, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb8dde hue: 0.76 , saturation: 0.55 and the lightness value of bb8dde is 0.71.

The process color (four color CMYK) of #bb8dde color hex is 0.16, 0.36, 0.00, 0.13. Web safe color of #bb8dde is #cc99cc. Color #bb8dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001101 11011110
Octal 273 215 336
Decimal 187 141 222
Hex BB 8D DE

RGB Percentages of Color #bb8dde

%34.00
%25.64
%40.36

CMYK Percentages of Color #bb8dde

%16
%36
%0
%13

Triadic Colors of #bb8dde

#bb8dde #debb8d #8ddebb

Analogous Colors of #bb8dde

#bb8dde #de8dd9 #938dde

Monochromatic Colors of #bb8dde

#bb8dde

Complementary Color

#bb8dde #b0de8d

#bb8dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8dde Color CSS Codes

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

#bb8dde Text Font Color

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

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


#bb8dde Background Color

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

This div background color is #bb8dde


#bb8dde Border Color

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

This div border color is #bb8dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8dde


Comments

No comments written yet.

Please login to write comment.