Color Hex Logo

#bb84fd Color Hex

#BB84FD
(187,132,253)
0 Favorites   0 Comments

Color spaces of #bb84fd

RGB 187132253
HSL0.740.970.75
HSV267°48°99°
CMYK 0.260.480.00   0.01
XYZ46.474434.159297.0724
Yxy34.15920.26150.1922
Hunter Lab58.445939.6576-57.5623
CIE-Lab65.088744.3879-52.6820

#bb84fd color RGB value is (187,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 11111101
Octal 273 204 375
Decimal 187 132 253
Hex BB 84 FD

RGB Percentages of Color #bb84fd

%32.69
%23.08
%44.23

CMYK Percentages of Color #bb84fd

%26
%48
%0
%1

Triadic Colors of #bb84fd

#bb84fd #fdbb84 #84fdbb

Analogous Colors of #bb84fd

#bb84fd #f884fd #848afd

Monochromatic Colors of #bb84fd

#bb84fd

Complementary Color

#bb84fd #c6fd84

#bb84fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84fd Color CSS Codes

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

#bb84fd Text Font Color

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

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


#bb84fd Background Color

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

This div background color is #bb84fd


#bb84fd Border Color

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

This div border color is #bb84fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84fd


Comments

No comments written yet.

Please login to write comment.