Color Hex Logo

#bb2dfa Color Hex

#BB2DFA
(187,45,250)
0 Favorites   0 Comments

Color spaces of #bb2dfa

RGB 18745250
HSL0.780.950.58
HSV282°82°98°
CMYK 0.250.820.00   0.02
XYZ38.687219.343792.1371
Yxy19.34370.25760.1288
Hunter Lab43.981580.0455-93.4200
CIE-Lab51.086981.3818-73.5040

#bb2dfa color RGB value is (187,45,250).

#bb2dfa hex color red value is 187, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bb2dfa hue: 0.78 , saturation: 0.95 and the lightness value of bb2dfa is 0.58.

The process color (four color CMYK) of #bb2dfa color hex is 0.25, 0.82, 0.00, 0.02. Web safe color of #bb2dfa is #cc33ff. Color #bb2dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101101 11111010
Octal 273 55 372
Decimal 187 45 250
Hex BB 2D FA

RGB Percentages of Color #bb2dfa

%38.80
%9.34
%51.87

CMYK Percentages of Color #bb2dfa

%25
%82
%0
%2

Triadic Colors of #bb2dfa

#bb2dfa #fabb2d #2dfabb

Analogous Colors of #bb2dfa

#bb2dfa #fa2dd3 #552dfa

Monochromatic Colors of #bb2dfa

#bb2dfa

Complementary Color

#bb2dfa #6cfa2d

#bb2dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2dfa Color CSS Codes

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

#bb2dfa Text Font Color

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

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


#bb2dfa Background Color

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

This div background color is #bb2dfa


#bb2dfa Border Color

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

This div border color is #bb2dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2dfa


Comments

No comments written yet.

Please login to write comment.