Color Hex Logo

#bb59de Color Hex

#BB59DE
(187,89,222)
0 Favorites   0 Comments

Color spaces of #bb59de

RGB 18789222
HSL0.790.670.61
HSV284°60°87°
CMYK 0.160.600.00   0.13
XYZ37.250722.983571.5802
Yxy22.98350.28260.1744
Hunter Lab47.941154.7993-54.9663
CIE-Lab55.055359.6323-51.3940

#bb59de color RGB value is (187,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 11011110
Octal 273 131 336
Decimal 187 89 222
Hex BB 59 DE

RGB Percentages of Color #bb59de

%37.55
%17.87
%44.58

CMYK Percentages of Color #bb59de

%16
%60
%0
%13

Triadic Colors of #bb59de

#bb59de #debb59 #59debb

Analogous Colors of #bb59de

#bb59de #de59bf #7959de

Monochromatic Colors of #bb59de

#bb59de

Complementary Color

#bb59de #7cde59

#bb59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb59de Color CSS Codes

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

#bb59de Text Font Color

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

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


#bb59de Background Color

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

This div background color is #bb59de


#bb59de Border Color

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

This div border color is #bb59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb59de


Comments

No comments written yet.

Please login to write comment.