Color Hex Logo

#bb8cde Color Hex

#BB8CDE
(187,140,222)
0 Favorites   0 Comments

Color spaces of #bb8cde

RGB 187140222
HSL0.760.550.71
HSV274°37°87°
CMYK 0.160.370.00   0.13
XYZ43.056434.594973.5154
Yxy34.59490.28480.2289
Hunter Lab58.817427.7377-32.9339
CIE-Lab65.432033.0044-35.0564

#bb8cde color RGB value is (187,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001100 11011110
Octal 273 214 336
Decimal 187 140 222
Hex BB 8C DE

RGB Percentages of Color #bb8cde

%34.06
%25.50
%40.44

CMYK Percentages of Color #bb8cde

%16
%37
%0
%13

Triadic Colors of #bb8cde

#bb8cde #debb8c #8cdebb

Analogous Colors of #bb8cde

#bb8cde #de8cd8 #928cde

Monochromatic Colors of #bb8cde

#bb8cde

Complementary Color

#bb8cde #afde8c

#bb8cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8cde Color CSS Codes

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

#bb8cde Text Font Color

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

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


#bb8cde Background Color

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

This div background color is #bb8cde


#bb8cde Border Color

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

This div border color is #bb8cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8cde


Comments

No comments written yet.

Please login to write comment.