Color Hex Logo

#bb1dbf Color Hex

#BB1DBF
(187,29,191)
0 Favorites   0 Comments

Color spaces of #bb1dbf

RGB 18729191
HSL0.830.740.43
HSV299°85°75°
CMYK 0.020.850.00   0.25
XYZ30.336915.205150.6262
Yxy15.20510.31550.1581
Hunter Lab38.993770.6330-49.6816
CIE-Lab45.913874.8321-48.1937

#bb1dbf color RGB value is (187,29,191).

#bb1dbf hex color red value is 187, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb1dbf hue: 0.83 , saturation: 0.74 and the lightness value of bb1dbf is 0.43.

The process color (four color CMYK) of #bb1dbf color hex is 0.02, 0.85, 0.00, 0.25. Web safe color of #bb1dbf is #cc33cc. Color #bb1dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 10111111
Octal 273 35 277
Decimal 187 29 191
Hex BB 1D BF

RGB Percentages of Color #bb1dbf

%45.95
%7.13
%46.93

CMYK Percentages of Color #bb1dbf

%2
%85
%0
%25

Triadic Colors of #bb1dbf

#bb1dbf #bfbb1d #1dbfbb

Analogous Colors of #bb1dbf

#bb1dbf #bf1d72 #6a1dbf

Monochromatic Colors of #bb1dbf

#bb1dbf

Complementary Color

#bb1dbf #21bf1d

#bb1dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1dbf Color CSS Codes

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

#bb1dbf Text Font Color

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

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


#bb1dbf Background Color

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

This div background color is #bb1dbf


#bb1dbf Border Color

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

This div border color is #bb1dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1dbf


Comments

No comments written yet.

Please login to write comment.