Color Hex Logo

#bb1dca Color Hex

#BB1DCA
(187,29,202)
0 Favorites   0 Comments

Color spaces of #bb1dca

RGB 18729202
HSL0.820.750.45
HSV295°86°79°
CMYK 0.070.860.00   0.21
XYZ31.593615.707857.2439
Yxy15.70780.30220.1502
Hunter Lab39.633172.9339-57.8922
CIE-Lab46.588876.5775-53.5067

#bb1dca color RGB value is (187,29,202).

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

The process color (four color CMYK) of #bb1dca color hex is 0.07, 0.86, 0.00, 0.21. Web safe color of #bb1dca is #cc33cc. Color #bb1dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 11001010
Octal 273 35 312
Decimal 187 29 202
Hex BB 1D CA

RGB Percentages of Color #bb1dca

%44.74
%6.94
%48.33

CMYK Percentages of Color #bb1dca

%7
%86
%0
%21

Triadic Colors of #bb1dca

#bb1dca #cabb1d #1dcabb

Analogous Colors of #bb1dca

#bb1dca #ca1d83 #651dca

Monochromatic Colors of #bb1dca

#bb1dca

Complementary Color

#bb1dca #2cca1d

#bb1dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1dca Color CSS Codes

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

#bb1dca Text Font Color

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

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


#bb1dca Background Color

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

This div background color is #bb1dca


#bb1dca Border Color

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

This div border color is #bb1dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1dca


Comments

No comments written yet.

Please login to write comment.