Color Hex Logo

#bb32ef Color Hex

#BB32EF
(187,50,239)
0 Favorites   0 Comments

Color spaces of #bb32ef

RGB 18750239
HSL0.790.860.57
HSV283°79°94°
CMYK 0.220.790.00   0.06
XYZ37.214119.078083.3824
Yxy19.07800.26640.1366
Hunter Lab43.678475.6454-82.6103
CIE-Lab50.778377.9477-67.8440

#bb32ef color RGB value is (187,50,239).

#bb32ef hex color red value is 187, green value is 50 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb32ef hue: 0.79 , saturation: 0.86 and the lightness value of bb32ef is 0.57.

The process color (four color CMYK) of #bb32ef color hex is 0.22, 0.79, 0.00, 0.06. Web safe color of #bb32ef is #cc33ff. Color #bb32ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110010 11101111
Octal 273 62 357
Decimal 187 50 239
Hex BB 32 EF

RGB Percentages of Color #bb32ef

%39.29
%10.50
%50.21

CMYK Percentages of Color #bb32ef

%22
%79
%0
%6

Triadic Colors of #bb32ef

#bb32ef #efbb32 #32efbb

Analogous Colors of #bb32ef

#bb32ef #ef32c5 #5d32ef

Monochromatic Colors of #bb32ef

#bb32ef

Complementary Color

#bb32ef #66ef32

#bb32ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb32ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb32ef Color CSS Codes

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

#bb32ef Text Font Color

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

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


#bb32ef Background Color

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

This div background color is #bb32ef


#bb32ef Border Color

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

This div border color is #bb32ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb32ef


Comments

No comments written yet.

Please login to write comment.