Color Hex Logo

#bb92fd Color Hex

#BB92FD
(187,146,253)
0 Favorites   0 Comments

Color spaces of #bb92fd

RGB 187146253
HSL0.730.960.78
HSV263°42°99°
CMYK 0.260.420.00   0.01
XYZ48.502038.214497.7483
Yxy38.21440.26290.2072
Hunter Lab61.817831.8693-50.4788
CIE-Lab68.178336.7178-47.8008

#bb92fd color RGB value is (187,146,253).

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

The process color (four color CMYK) of #bb92fd color hex is 0.26, 0.42, 0.00, 0.01. Web safe color of #bb92fd is #cc99ff. Color #bb92fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 11111101
Octal 273 222 375
Decimal 187 146 253
Hex BB 92 FD

RGB Percentages of Color #bb92fd

%31.91
%24.91
%43.17

CMYK Percentages of Color #bb92fd

%26
%42
%0
%1

Triadic Colors of #bb92fd

#bb92fd #fdbb92 #92fdbb

Analogous Colors of #bb92fd

#bb92fd #f192fd #929ffd

Monochromatic Colors of #bb92fd

#bb92fd

Complementary Color

#bb92fd #d4fd92

#bb92fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb92fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb92fd Color CSS Codes

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

#bb92fd Text Font Color

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

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


#bb92fd Background Color

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

This div background color is #bb92fd


#bb92fd Border Color

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

This div border color is #bb92fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb92fd


Comments

No comments written yet.

Please login to write comment.