color codes Logo

#bb46fd color codes

#BB46FD
(187,70,253)
0 Favorites   0 Comments

Color spaces of #bb46fd

RGB 18770253
HSL0.770.980.63
HSV278°72°99°
CMYK 0.260.720.00   0.01
XYZ40.413322.037095.0520
Yxy22.03700.25660.1399
Hunter Lab46.943671.5177-87.1907
CIE-Lab54.066273.9708-70.3415

#bb46fd color RGB value is (187,70,253).

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

The process color (four color CMYK) of #bb46fd color code is 0.26, 0.72, 0.00, 0.01. Web safe color of #bb46fd is #cc33ff. Color #bb46fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 11111101
Octal 273 106 375
Decimal 187 70 253
Hex BB 46 FD

RGB Percentages of Color #bb46fd

%36.67
%13.73
%49.61

CMYK Percentages of Color #bb46fd

%26
%72
%0
%1

Triadic Colors of #bb46fd

#bb46fd #fdbb46 #46fdbb

Analogous Colors of #bb46fd

#bb46fd #fd46e4 #6046fd

Monochromatic Colors of #bb46fd

#bb46fd

Complementary Color

#bb46fd #88fd46

#bb46fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb46fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb46fd Color CSS Codes

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

#bb46fd Text Font Color

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

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


#bb46fd Background Color

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

This div background color is #bb46fd


#bb46fd Border Color

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

This div border color is #bb46fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,70,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 #bb46fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb46fd

Related Colors


Comments

No comments written yet.

Please login to write comment.