Color Hex Logo

#bb6fad Color Hex

#BB6FAD
(187,111,173)
0 Favorites   0 Comments

Color spaces of #bb6fad

RGB 187111173
HSL0.860.360.58
HSV311°41°73°
CMYK 0.000.410.07   0.27
XYZ33.720824.950842.5739
Yxy24.95080.33310.2464
Hunter Lab49.950833.0880-15.5683
CIE-Lab57.027539.1884-20.3390

#bb6fad color RGB value is (187,111,173).

#bb6fad hex color red value is 187, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb6fad hue: 0.86 , saturation: 0.36 and the lightness value of bb6fad is 0.58.

The process color (four color CMYK) of #bb6fad color hex is 0.00, 0.41, 0.07, 0.27. Web safe color of #bb6fad is #cc6699. Color #bb6fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 10101101
Octal 273 157 255
Decimal 187 111 173
Hex BB 6F AD

RGB Percentages of Color #bb6fad

%39.70
%23.57
%36.73

CMYK Percentages of Color #bb6fad

%0
%41
%7
%27

Triadic Colors of #bb6fad

#bb6fad #adbb6f #6fadbb

Analogous Colors of #bb6fad

#bb6fad #bb6f87 #a36fbb

Monochromatic Colors of #bb6fad

#bb6fad

Complementary Color

#bb6fad #6fbb7d

#bb6fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6fad Color CSS Codes

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

#bb6fad Text Font Color

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

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


#bb6fad Background Color

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

This div background color is #bb6fad


#bb6fad Border Color

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

This div border color is #bb6fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6fad


Comments

No comments written yet.

Please login to write comment.