Color Hex Logo

#bb2bde Color Hex

#BB2BDE
(187,43,222)
0 Favorites   0 Comments

Color spaces of #bb2bde

RGB 18743222
HSL0.800.730.52
HSV288°81°87°
CMYK 0.160.810.00   0.13
XYZ34.542217.566570.6773
Yxy17.56650.28130.1431
Hunter Lab41.912473.7644-70.6426
CIE-Lab48.966076.7868-61.1585

#bb2bde color RGB value is (187,43,222).

#bb2bde hex color red value is 187, green value is 43 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb2bde hue: 0.80 , saturation: 0.73 and the lightness value of bb2bde is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101011 11011110
Octal 273 53 336
Decimal 187 43 222
Hex BB 2B DE

RGB Percentages of Color #bb2bde

%41.37
%9.51
%49.12

CMYK Percentages of Color #bb2bde

%16
%81
%0
%13

Triadic Colors of #bb2bde

#bb2bde #debb2b #2bdebb

Analogous Colors of #bb2bde

#bb2bde #de2ba8 #612bde

Monochromatic Colors of #bb2bde

#bb2bde

Complementary Color

#bb2bde #4ede2b

#bb2bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2bde Color CSS Codes

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

#bb2bde Text Font Color

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

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


#bb2bde Background Color

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

This div background color is #bb2bde


#bb2bde Border Color

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

This div border color is #bb2bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2bde


Comments

No comments written yet.

Please login to write comment.