Color Hex Logo

#bb1ddf Color Hex

#BB1DDF
(187,29,223)
0 Favorites   0 Comments

Color spaces of #bb1ddf

RGB 18729223
HSL0.800.770.49
HSV289°87°87°
CMYK 0.160.870.00   0.13
XYZ34.252216.771271.2439
Yxy16.77120.28010.1372
Hunter Lab40.952777.6276-74.4779
CIE-Lab47.970480.0769-63.3366

#bb1ddf color RGB value is (187,29,223).

#bb1ddf hex color red value is 187, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb1ddf hue: 0.80 , saturation: 0.77 and the lightness value of bb1ddf is 0.49.

The process color (four color CMYK) of #bb1ddf color hex is 0.16, 0.87, 0.00, 0.13. Web safe color of #bb1ddf is #cc33cc. Color #bb1ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 11011111
Octal 273 35 337
Decimal 187 29 223
Hex BB 1D DF

RGB Percentages of Color #bb1ddf

%42.60
%6.61
%50.80

CMYK Percentages of Color #bb1ddf

%16
%87
%0
%13

Triadic Colors of #bb1ddf

#bb1ddf #dfbb1d #1ddfbb

Analogous Colors of #bb1ddf

#bb1ddf #df1da2 #5a1ddf

Monochromatic Colors of #bb1ddf

#bb1ddf

Complementary Color

#bb1ddf #41df1d

#bb1ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ddf Color CSS Codes

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

#bb1ddf Text Font Color

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

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


#bb1ddf Background Color

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

This div background color is #bb1ddf


#bb1ddf Border Color

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

This div border color is #bb1ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ddf


Comments

No comments written yet.

Please login to write comment.