Color Hex Logo

#bb668d Color Hex

#BB668D
(187,102,141)
0 Favorites   0 Comments

Color spaces of #bb668d

RGB 187102141
HSL0.920.380.57
HSV332°45°73°
CMYK 0.000.450.25   0.27
XYZ30.052621.990627.8600
Yxy21.99060.37610.2752
Hunter Lab46.894132.3289-2.3985
CIE-Lab54.017038.8338-6.2517

#bb668d color RGB value is (187,102,141).

#bb668d hex color red value is 187, green value is 102 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb668d hue: 0.92 , saturation: 0.38 and the lightness value of bb668d is 0.57.

The process color (four color CMYK) of #bb668d color hex is 0.00, 0.45, 0.25, 0.27. Web safe color of #bb668d is #cc6699. Color #bb668d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 10001101
Octal 273 146 215
Decimal 187 102 141
Hex BB 66 8D

RGB Percentages of Color #bb668d

%43.49
%23.72
%32.79

CMYK Percentages of Color #bb668d

%0
%45
%25
%27

Triadic Colors of #bb668d

#bb668d #8dbb66 #668dbb

Analogous Colors of #bb668d

#bb668d #bb6a66 #bb66b8

Monochromatic Colors of #bb668d

#bb668d

Complementary Color

#bb668d #66bb94

#bb668d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb668d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb668d Color CSS Codes

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

#bb668d Text Font Color

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

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


#bb668d Background Color

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

This div background color is #bb668d


#bb668d Border Color

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

This div border color is #bb668d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb668d


Comments

No comments written yet.

Please login to write comment.