Color Hex Logo

#bb73be Color Hex

#BB73BE
(187,115,190)
0 Favorites   0 Comments

Color spaces of #bb73be

RGB 187115190
HSL0.830.370.60
HSV298°39°75°
CMYK 0.020.390.00   0.25
XYZ35.918526.544051.9456
Yxy26.54400.31400.2320
Hunter Lab51.520934.2823-23.7142
CIE-Lab58.549940.1547-27.7420

#bb73be color RGB value is (187,115,190).

#bb73be hex color red value is 187, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb73be hue: 0.83 , saturation: 0.37 and the lightness value of bb73be is 0.60.

The process color (four color CMYK) of #bb73be color hex is 0.02, 0.39, 0.00, 0.25. Web safe color of #bb73be is #cc66cc. Color #bb73be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 10111110
Octal 273 163 276
Decimal 187 115 190
Hex BB 73 BE

RGB Percentages of Color #bb73be

%38.01
%23.37
%38.62

CMYK Percentages of Color #bb73be

%2
%39
%0
%25

Triadic Colors of #bb73be

#bb73be #bebb73 #73bebb

Analogous Colors of #bb73be

#bb73be #be739c #9673be

Monochromatic Colors of #bb73be

#bb73be

Complementary Color

#bb73be #76be73

#bb73be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb73be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb73be Color CSS Codes

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

#bb73be Text Font Color

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

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


#bb73be Background Color

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

This div background color is #bb73be


#bb73be Border Color

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

This div border color is #bb73be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb73be


Comments

No comments written yet.

Please login to write comment.