Color Hex Logo

#bb73dd Color Hex

#BB73DD
(187,115,221)
0 Favorites   0 Comments

Color spaces of #bb73dd

RGB 187115221
HSL0.780.610.66
HSV281°48°87°
CMYK 0.150.480.00   0.13
XYZ39.675428.046771.7290
Yxy28.04670.28450.2011
Hunter Lab52.959141.0484-43.2323
CIE-Lab59.930946.3897-43.1083

#bb73dd color RGB value is (187,115,221).

#bb73dd hex color red value is 187, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb73dd hue: 0.78 , saturation: 0.61 and the lightness value of bb73dd is 0.66.

The process color (four color CMYK) of #bb73dd color hex is 0.15, 0.48, 0.00, 0.13. Web safe color of #bb73dd is #cc66cc. Color #bb73dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 11011101
Octal 273 163 335
Decimal 187 115 221
Hex BB 73 DD

RGB Percentages of Color #bb73dd

%35.76
%21.99
%42.26

CMYK Percentages of Color #bb73dd

%15
%48
%0
%13

Triadic Colors of #bb73dd

#bb73dd #ddbb73 #73ddbb

Analogous Colors of #bb73dd

#bb73dd #dd73ca #8673dd

Monochromatic Colors of #bb73dd

#bb73dd

Complementary Color

#bb73dd #95dd73

#bb73dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb73dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb73dd Color CSS Codes

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

#bb73dd Text Font Color

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

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


#bb73dd Background Color

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

This div background color is #bb73dd


#bb73dd Border Color

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

This div border color is #bb73dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,115,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb73dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb73dd


Comments

No comments written yet.

Please login to write comment.