Color Hex Logo

#bb60dc Color Hex

#BB60DC
(187,96,220)
0 Favorites   0 Comments

Color spaces of #bb60dc

RGB 18796220
HSL0.790.640.62
HSV284°56°86°
CMYK 0.150.560.00   0.14
XYZ37.594724.097870.3800
Yxy24.09780.28470.1825
Hunter Lab49.089550.7958-50.6419
CIE-Lab56.185655.8834-48.4679

#bb60dc color RGB value is (187,96,220).

#bb60dc hex color red value is 187, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb60dc hue: 0.79 , saturation: 0.64 and the lightness value of bb60dc is 0.62.

The process color (four color CMYK) of #bb60dc color hex is 0.15, 0.56, 0.00, 0.14. Web safe color of #bb60dc is #cc66cc. Color #bb60dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 11011100
Octal 273 140 334
Decimal 187 96 220
Hex BB 60 DC

RGB Percentages of Color #bb60dc

%37.18
%19.09
%43.74

CMYK Percentages of Color #bb60dc

%15
%56
%0
%14

Triadic Colors of #bb60dc

#bb60dc #dcbb60 #60dcbb

Analogous Colors of #bb60dc

#bb60dc #dc60bf #7d60dc

Monochromatic Colors of #bb60dc

#bb60dc

Complementary Color

#bb60dc #81dc60

#bb60dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb60dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb60dc Color CSS Codes

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

#bb60dc Text Font Color

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

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


#bb60dc Background Color

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

This div background color is #bb60dc


#bb60dc Border Color

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

This div border color is #bb60dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb60dc


Comments

No comments written yet.

Please login to write comment.