Color Hex Logo

#bb2dbf Color Hex

#BB2DBF
(187,45,191)
0 Favorites   0 Comments

Color spaces of #bb2dbf

RGB 18745191
HSL0.830.620.46
HSV298°76°75°
CMYK 0.020.760.00   0.25
XYZ30.835916.203250.7925
Yxy16.20320.31520.1656
Hunter Lab40.253266.2965-46.6364
CIE-Lab47.240070.9794-46.0768

#bb2dbf color RGB value is (187,45,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101101 10111111
Octal 273 55 277
Decimal 187 45 191
Hex BB 2D BF

RGB Percentages of Color #bb2dbf

%44.21
%10.64
%45.15

CMYK Percentages of Color #bb2dbf

%2
%76
%0
%25

Triadic Colors of #bb2dbf

#bb2dbf #bfbb2d #2dbfbb

Analogous Colors of #bb2dbf

#bb2dbf #bf2d7a #722dbf

Monochromatic Colors of #bb2dbf

#bb2dbf

Complementary Color

#bb2dbf #31bf2d

#bb2dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2dbf Color CSS Codes

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

#bb2dbf Text Font Color

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

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


#bb2dbf Background Color

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

This div background color is #bb2dbf


#bb2dbf Border Color

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

This div border color is #bb2dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2dbf


Comments

No comments written yet.

Please login to write comment.