Color Hex Logo

#bb2bed Color Hex

#BB2BED
(187,43,237)
0 Favorites   0 Comments

Color spaces of #bb2bed

RGB 18743237
HSL0.790.840.55
HSV285°82°93°
CMYK 0.210.820.00   0.07
XYZ36.643518.407081.7423
Yxy18.40700.26790.1346
Hunter Lab42.903477.3748-82.9308
CIE-Lab49.986179.4835-68.0023

#bb2bed color RGB value is (187,43,237).

#bb2bed hex color red value is 187, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb2bed hue: 0.79 , saturation: 0.84 and the lightness value of bb2bed is 0.55.

The process color (four color CMYK) of #bb2bed color hex is 0.21, 0.82, 0.00, 0.07. Web safe color of #bb2bed is #cc33ff. Color #bb2bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 11101101
Octal 273 53 355
Decimal 187 43 237
Hex BB 2B ED

RGB Percentages of Color #bb2bed

%40.04
%9.21
%50.75

CMYK Percentages of Color #bb2bed

%21
%82
%0
%7

Triadic Colors of #bb2bed

#bb2bed #edbb2b #2bedbb

Analogous Colors of #bb2bed

#bb2bed #ed2bbe #5a2bed

Monochromatic Colors of #bb2bed

#bb2bed

Complementary Color

#bb2bed #5ded2b

#bb2bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2bed Color CSS Codes

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

#bb2bed Text Font Color

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

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


#bb2bed Background Color

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

This div background color is #bb2bed


#bb2bed Border Color

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

This div border color is #bb2bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2bed


Comments

No comments written yet.

Please login to write comment.