Color Hex Logo

#b968ba Color Hex

#B968BA
(185,104,186)
0 Favorites   0 Comments

Color spaces of #b968ba

RGB 185104186
HSL0.830.370.57
HSV299°44°73°
CMYK 0.010.440.00   0.27
XYZ33.820823.760149.2580
Yxy23.76010.31660.2224
Hunter Lab48.744338.5480-25.7938
CIE-Lab55.846844.6270-29.6594

#b968ba color RGB value is (185,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 10111010
Octal 271 150 272
Decimal 185 104 186
Hex B9 68 BA

RGB Percentages of Color #b968ba

%38.95
%21.89
%39.16

CMYK Percentages of Color #b968ba

%1
%44
%0
%27

Triadic Colors of #b968ba

#b968ba #bab968 #68bab9

Analogous Colors of #b968ba

#b968ba #ba6892 #9068ba

Monochromatic Colors of #b968ba

#b968ba

Complementary Color

#b968ba #69ba68

#b968ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b968ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b968ba Color CSS Codes

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

#b968ba Text Font Color

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

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


#b968ba Background Color

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

This div background color is #b968ba


#b968ba Border Color

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

This div border color is #b968ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b968ba


Comments

No comments written yet.

Please login to write comment.