color codes Logo

#bb53fd color codes

#BB53FD
(187,83,253)
0 Favorites   0 Comments

Color spaces of #bb53fd

RGB 18783253
HSL0.770.980.66
HSV277°67°99°
CMYK 0.260.670.00   0.01
XYZ41.316423.843295.3531
Yxy23.84320.25740.1485
Hunter Lab48.829565.5837-81.5995
CIE-Lab55.930568.7154-67.3289

#bb53fd color RGB value is (187,83,253).

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

The process color (four color CMYK) of #bb53fd color code is 0.26, 0.67, 0.00, 0.01. Web safe color of #bb53fd is #cc66ff. Color #bb53fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 11111101
Octal 273 123 375
Decimal 187 83 253
Hex BB 53 FD

RGB Percentages of Color #bb53fd

%35.76
%15.87
%48.37

CMYK Percentages of Color #bb53fd

%26
%67
%0
%1

Triadic Colors of #bb53fd

#bb53fd #fdbb53 #53fdbb

Analogous Colors of #bb53fd

#bb53fd #fd53ea #6653fd

Monochromatic Colors of #bb53fd

#bb53fd

Complementary Color

#bb53fd #95fd53

#bb53fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb53fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb53fd Color CSS Codes

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

#bb53fd Text Font Color

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

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


#bb53fd Background Color

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

This div background color is #bb53fd


#bb53fd Border Color

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

This div border color is #bb53fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb53fd

Related Colors


Comments

No comments written yet.

Please login to write comment.