Color Hex Logo

#b968bb Color Hex

#B968BB
(185,104,187)
0 Favorites   0 Comments

Color spaces of #b968bb

RGB 185104187
HSL0.830.380.57
HSV299°44°73°
CMYK 0.010.440.00   0.27
XYZ33.927523.802849.8199
Yxy23.80280.31550.2213
Hunter Lab48.788138.7506-26.3922
CIE-Lab55.889844.8138-30.1668

#b968bb color RGB value is (185,104,187).

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

The process color (four color CMYK) of #b968bb color hex is 0.01, 0.44, 0.00, 0.27. Web safe color of #b968bb is #cc66cc. Color #b968bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 10111011
Octal 271 150 273
Decimal 185 104 187
Hex B9 68 BB

RGB Percentages of Color #b968bb

%38.87
%21.85
%39.29

CMYK Percentages of Color #b968bb

%1
%44
%0
%27

Triadic Colors of #b968bb

#b968bb #bbb968 #68bbb9

Analogous Colors of #b968bb

#b968bb #bb6894 #9068bb

Monochromatic Colors of #b968bb

#b968bb

Complementary Color

#b968bb #6abb68

#b968bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b968bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b968bb Color CSS Codes

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

#b968bb Text Font Color

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

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


#b968bb Background Color

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

This div background color is #b968bb


#b968bb Border Color

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

This div border color is #b968bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b968bb


Comments

No comments written yet.

Please login to write comment.