Color Hex Logo

#bb1dce Color Hex

#BB1DCE
(187,29,206)
0 Favorites   0 Comments

Color spaces of #bb1dce

RGB 18729206
HSL0.820.750.46
HSV294°86°81°
CMYK 0.090.860.00   0.19
XYZ32.073515.899859.7710
Yxy15.89980.29770.1476
Hunter Lab39.874673.7978-60.9621
CIE-Lab46.842877.2276-55.4100

#bb1dce color RGB value is (187,29,206).

#bb1dce hex color red value is 187, green value is 29 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb1dce hue: 0.82 , saturation: 0.75 and the lightness value of bb1dce is 0.46.

The process color (four color CMYK) of #bb1dce color hex is 0.09, 0.86, 0.00, 0.19. Web safe color of #bb1dce is #cc33cc. Color #bb1dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 11001110
Octal 273 35 316
Decimal 187 29 206
Hex BB 1D CE

RGB Percentages of Color #bb1dce

%44.31
%6.87
%48.82

CMYK Percentages of Color #bb1dce

%9
%86
%0
%19

Triadic Colors of #bb1dce

#bb1dce #cebb1d #1dcebb

Analogous Colors of #bb1dce

#bb1dce #ce1d89 #621dce

Monochromatic Colors of #bb1dce

#bb1dce

Complementary Color

#bb1dce #30ce1d

#bb1dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1dce Color CSS Codes

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

#bb1dce Text Font Color

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

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


#bb1dce Background Color

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

This div background color is #bb1dce


#bb1dce Border Color

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

This div border color is #bb1dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1dce


Comments

No comments written yet.

Please login to write comment.