Color Hex Logo

#bb72fd Color Hex

#BB72FD
(187,114,253)
0 Favorites   0 Comments

Color spaces of #bb72fd

RGB 187114253
HSL0.750.970.72
HSV272°55°99°
CMYK 0.260.550.00   0.01
XYZ44.240529.691396.3278
Yxy29.69130.25980.1744
Hunter Lab54.489749.5681-66.6710
CIE-Lab61.386953.9286-58.5710

#bb72fd color RGB value is (187,114,253).

#bb72fd hex color red value is 187, green value is 114 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb72fd hue: 0.75 , saturation: 0.97 and the lightness value of bb72fd is 0.72.

The process color (four color CMYK) of #bb72fd color hex is 0.26, 0.55, 0.00, 0.01. Web safe color of #bb72fd is #cc66ff. Color #bb72fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 11111101
Octal 273 162 375
Decimal 187 114 253
Hex BB 72 FD

RGB Percentages of Color #bb72fd

%33.75
%20.58
%45.67

CMYK Percentages of Color #bb72fd

%26
%55
%0
%1

Triadic Colors of #bb72fd

#bb72fd #fdbb72 #72fdbb

Analogous Colors of #bb72fd

#bb72fd #fd72fa #7672fd

Monochromatic Colors of #bb72fd

#bb72fd

Complementary Color

#bb72fd #b4fd72

#bb72fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb72fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb72fd Color CSS Codes

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

#bb72fd Text Font Color

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

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


#bb72fd Background Color

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

This div background color is #bb72fd


#bb72fd Border Color

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

This div border color is #bb72fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb72fd


Comments

No comments written yet.

Please login to write comment.