Color Hex Logo

#bb8ece Color Hex

#BB8ECE
(187,142,206)
0 Favorites   0 Comments

Color spaces of #bb8ece

RGB 187142206
HSL0.780.400.68
HSV282°31°81°
CMYK 0.090.310.00   0.19
XYZ41.307134.367062.8489
Yxy34.36700.29820.2481
Hunter Lab58.623423.1835-22.5272
CIE-Lab65.252828.5043-26.4325

#bb8ece color RGB value is (187,142,206).

#bb8ece hex color red value is 187, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb8ece hue: 0.78 , saturation: 0.40 and the lightness value of bb8ece is 0.68.

The process color (four color CMYK) of #bb8ece color hex is 0.09, 0.31, 0.00, 0.19. Web safe color of #bb8ece is #cc99cc. Color #bb8ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 11001110
Octal 273 216 316
Decimal 187 142 206
Hex BB 8E CE

RGB Percentages of Color #bb8ece

%34.95
%26.54
%38.50

CMYK Percentages of Color #bb8ece

%9
%31
%0
%19

Triadic Colors of #bb8ece

#bb8ece #cebb8e #8ecebb

Analogous Colors of #bb8ece

#bb8ece #ce8ec1 #9b8ece

Monochromatic Colors of #bb8ece

#bb8ece

Complementary Color

#bb8ece #a1ce8e

#bb8ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8ece Color CSS Codes

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

#bb8ece Text Font Color

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

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


#bb8ece Background Color

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

This div background color is #bb8ece


#bb8ece Border Color

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

This div border color is #bb8ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8ece


Comments

No comments written yet.

Please login to write comment.