Color Hex Logo

#bb32be Color Hex

#BB32BE
(187,50,190)
0 Favorites   0 Comments

Color spaces of #bb32be

RGB 18750190
HSL0.830.580.47
HSV299°74°75°
CMYK 0.020.740.00   0.25
XYZ30.928416.563750.2822
Yxy16.56370.31630.1694
Hunter Lab40.698564.4267-44.7626
CIE-Lab47.705569.3158-44.7529

#bb32be color RGB value is (187,50,190).

#bb32be hex color red value is 187, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb32be hue: 0.83 , saturation: 0.58 and the lightness value of bb32be is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 10111110
Octal 273 62 276
Decimal 187 50 190
Hex BB 32 BE

RGB Percentages of Color #bb32be

%43.79
%11.71
%44.50

CMYK Percentages of Color #bb32be

%2
%74
%0
%25

Triadic Colors of #bb32be

#bb32be #bebb32 #32bebb

Analogous Colors of #bb32be

#bb32be #be327b #7532be

Monochromatic Colors of #bb32be

#bb32be

Complementary Color

#bb32be #35be32

#bb32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb32be Color CSS Codes

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

#bb32be Text Font Color

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

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


#bb32be Background Color

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

This div background color is #bb32be


#bb32be Border Color

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

This div border color is #bb32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb32be


Comments

No comments written yet.

Please login to write comment.