Color Hex Logo

#bb3aff Color Hex

#BB3AFF
(187,58,255)
0 Favorites   0 Comments

Color spaces of #bb3aff

RGB 18758255
HSL0.781.000.61
HSV279°77°100°
CMYK 0.270.770.00   0.00
XYZ40.056620.810996.5134
Yxy20.81090.25450.1322
Hunter Lab45.619076.9021-93.5031
CIE-Lab52.741978.5697-73.5994

#bb3aff color RGB value is (187,58,255).

#bb3aff hex color red value is 187, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb3aff hue: 0.78 , saturation: 1.00 and the lightness value of bb3aff is 0.61.

The process color (four color CMYK) of #bb3aff color hex is 0.27, 0.77, 0.00, 0.00. Web safe color of #bb3aff is #cc33ff. Color #bb3aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 11111111
Octal 273 72 377
Decimal 187 58 255
Hex BB 3A FF

RGB Percentages of Color #bb3aff

%37.40
%11.60
%51.00

CMYK Percentages of Color #bb3aff

%27
%77
%0
%0

Triadic Colors of #bb3aff

#bb3aff #ffbb3a #3affbb

Analogous Colors of #bb3aff

#bb3aff #ff3ae1 #593aff

Monochromatic Colors of #bb3aff

#bb3aff

Complementary Color

#bb3aff #7eff3a

#bb3aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3aff Color CSS Codes

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

#bb3aff Text Font Color

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

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


#bb3aff Background Color

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

This div background color is #bb3aff


#bb3aff Border Color

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

This div border color is #bb3aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3aff

Related Colors


Comments

No comments written yet.

Please login to write comment.