Color Hex Logo

#bb60de Color Hex

#BB60DE
(187,96,222)
0 Favorites   0 Comments

Color spaces of #bb60de

RGB 18796222
HSL0.790.660.62
HSV283°57°87°
CMYK 0.160.570.00   0.13
XYZ37.861224.204571.7837
Yxy24.20450.28290.1808
Hunter Lab49.198151.2711-52.0699
CIE-Lab56.292056.2901-49.4265

#bb60de color RGB value is (187,96,222).

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

The process color (four color CMYK) of #bb60de color hex is 0.16, 0.57, 0.00, 0.13. Web safe color of #bb60de is #cc66cc. Color #bb60de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 11011110
Octal 273 140 336
Decimal 187 96 222
Hex BB 60 DE

RGB Percentages of Color #bb60de

%37.03
%19.01
%43.96

CMYK Percentages of Color #bb60de

%16
%57
%0
%13

Triadic Colors of #bb60de

#bb60de #debb60 #60debb

Analogous Colors of #bb60de

#bb60de #de60c2 #7c60de

Monochromatic Colors of #bb60de

#bb60de

Complementary Color

#bb60de #83de60

#bb60de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb60de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb60de Color CSS Codes

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

#bb60de Text Font Color

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

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


#bb60de Background Color

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

This div background color is #bb60de


#bb60de Border Color

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

This div border color is #bb60de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb60de


Comments

No comments written yet.

Please login to write comment.