Color Hex Logo

#bb6cb4 Color Hex

#BB6CB4
(187,108,180)
0 Favorites   0 Comments

Color spaces of #bb6cb4

RGB 187108180
HSL0.850.370.58
HSV305°42°73°
CMYK 0.000.420.04   0.27
XYZ34.094324.585246.1285
Yxy24.58520.32530.2346
Hunter Lab49.583535.9681-20.4503
CIE-Lab56.669042.0355-24.9189

#bb6cb4 color RGB value is (187,108,180).

#bb6cb4 hex color red value is 187, green value is 108 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bb6cb4 hue: 0.85 , saturation: 0.37 and the lightness value of bb6cb4 is 0.58.

The process color (four color CMYK) of #bb6cb4 color hex is 0.00, 0.42, 0.04, 0.27. Web safe color of #bb6cb4 is #cc66cc. Color #bb6cb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 10110100
Octal 273 154 264
Decimal 187 108 180
Hex BB 6C B4

RGB Percentages of Color #bb6cb4

%39.37
%22.74
%37.89

CMYK Percentages of Color #bb6cb4

%0
%42
%4
%27

Triadic Colors of #bb6cb4

#bb6cb4 #b4bb6c #6cb4bb

Analogous Colors of #bb6cb4

#bb6cb4 #bb6c8d #9b6cbb

Monochromatic Colors of #bb6cb4

#bb6cb4

Complementary Color

#bb6cb4 #6cbb73

#bb6cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cb4 Color CSS Codes

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

#bb6cb4 Text Font Color

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

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


#bb6cb4 Background Color

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

This div background color is #bb6cb4


#bb6cb4 Border Color

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

This div border color is #bb6cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cb4


Comments

No comments written yet.

Please login to write comment.