Color Hex Logo

#bb5dce Color Hex

#BB5DCE
(187,93,206)
0 Favorites   0 Comments

Color spaces of #bb5dce

RGB 18793206
HSL0.810.540.59
HSV290°55°81°
CMYK 0.090.550.00   0.19
XYZ35.548422.849760.9293
Yxy22.84970.29790.1915
Hunter Lab47.801449.0926-42.1122
CIE-Lab54.917254.5669-42.5397

#bb5dce color RGB value is (187,93,206).

#bb5dce hex color red value is 187, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb5dce hue: 0.81 , saturation: 0.54 and the lightness value of bb5dce is 0.59.

The process color (four color CMYK) of #bb5dce color hex is 0.09, 0.55, 0.00, 0.19. Web safe color of #bb5dce is #cc66cc. Color #bb5dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011101 11001110
Octal 273 135 316
Decimal 187 93 206
Hex BB 5D CE

RGB Percentages of Color #bb5dce

%38.48
%19.14
%42.39

CMYK Percentages of Color #bb5dce

%9
%55
%0
%19

Triadic Colors of #bb5dce

#bb5dce #cebb5d #5dcebb

Analogous Colors of #bb5dce

#bb5dce #ce5da9 #835dce

Monochromatic Colors of #bb5dce

#bb5dce

Complementary Color

#bb5dce #70ce5d

#bb5dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5dce Color CSS Codes

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

#bb5dce Text Font Color

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

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


#bb5dce Background Color

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

This div background color is #bb5dce


#bb5dce Border Color

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

This div border color is #bb5dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5dce


Comments

No comments written yet.

Please login to write comment.