Color Hex Logo

#bb33fd Color Hex

#BB33FD
(187,51,253)
0 Favorites   0 Comments

Color spaces of #bb33fd

RGB 18751253
HSL0.780.980.60
HSV280°80°99°
CMYK 0.260.800.00   0.01
XYZ39.407020.024394.7166
Yxy20.02430.25560.1299
Hunter Lab44.748578.8830-94.1717
CIE-Lab51.864780.3134-73.9122

#bb33fd color RGB value is (187,51,253).

#bb33fd hex color red value is 187, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb33fd hue: 0.78 , saturation: 0.98 and the lightness value of bb33fd is 0.60.

The process color (four color CMYK) of #bb33fd color hex is 0.26, 0.80, 0.00, 0.01. Web safe color of #bb33fd is #cc33ff. Color #bb33fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 11111101
Octal 273 63 375
Decimal 187 51 253
Hex BB 33 FD

RGB Percentages of Color #bb33fd

%38.09
%10.39
%51.53

CMYK Percentages of Color #bb33fd

%26
%80
%0
%1

Triadic Colors of #bb33fd

#bb33fd #fdbb33 #33fdbb

Analogous Colors of #bb33fd

#bb33fd #fd33da #5633fd

Monochromatic Colors of #bb33fd

#bb33fd

Complementary Color

#bb33fd #75fd33

#bb33fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb33fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb33fd Color CSS Codes

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

#bb33fd Text Font Color

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

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


#bb33fd Background Color

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

This div background color is #bb33fd


#bb33fd Border Color

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

This div border color is #bb33fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb33fd

Related Colors


Comments

No comments written yet.

Please login to write comment.