Color Hex Logo

#bb659d Color Hex

#BB659D
(187,101,157)
0 Favorites   0 Comments

Color spaces of #bb659d

RGB 187101157
HSL0.890.390.56
HSV321°46°73°
CMYK 0.000.460.16   0.27
XYZ31.233022.306534.5577
Yxy22.30650.35450.2532
Hunter Lab47.229835.3898-10.3213
CIE-Lab54.350741.7981-15.1299

#bb659d color RGB value is (187,101,157).

#bb659d hex color red value is 187, green value is 101 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb659d hue: 0.89 , saturation: 0.39 and the lightness value of bb659d is 0.56.

The process color (four color CMYK) of #bb659d color hex is 0.00, 0.46, 0.16, 0.27. Web safe color of #bb659d is #cc6699. Color #bb659d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 10011101
Octal 273 145 235
Decimal 187 101 157
Hex BB 65 9D

RGB Percentages of Color #bb659d

%42.02
%22.70
%35.28

CMYK Percentages of Color #bb659d

%0
%46
%16
%27

Triadic Colors of #bb659d

#bb659d #9dbb65 #659dbb

Analogous Colors of #bb659d

#bb659d #bb6572 #ae65bb

Monochromatic Colors of #bb659d

#bb659d

Complementary Color

#bb659d #65bb83

#bb659d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb659d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb659d Color CSS Codes

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

#bb659d Text Font Color

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

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


#bb659d Background Color

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

This div background color is #bb659d


#bb659d Border Color

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

This div border color is #bb659d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb659d


Comments

No comments written yet.

Please login to write comment.