Color Hex Logo

#b969bf Color Hex

#B969BF
(185,105,191)
0 Favorites   0 Comments

Color spaces of #b969bf

RGB 185105191
HSL0.820.400.58
HSV296°45°75°
CMYK 0.030.450.00   0.25
XYZ34.463124.179052.1408
Yxy24.17900.31110.2183
Hunter Lab49.172139.0534-28.4490
CIE-Lab56.266645.0465-31.8742

#b969bf color RGB value is (185,105,191).

#b969bf hex color red value is 185, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b969bf hue: 0.82 , saturation: 0.40 and the lightness value of b969bf is 0.58.

The process color (four color CMYK) of #b969bf color hex is 0.03, 0.45, 0.00, 0.25. Web safe color of #b969bf is #cc66cc. Color #b969bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 10111111
Octal 271 151 277
Decimal 185 105 191
Hex B9 69 BF

RGB Percentages of Color #b969bf

%38.46
%21.83
%39.71

CMYK Percentages of Color #b969bf

%3
%45
%0
%25

Triadic Colors of #b969bf

#b969bf #bfb969 #69bfb9

Analogous Colors of #b969bf

#b969bf #bf699a #8e69bf

Monochromatic Colors of #b969bf

#b969bf

Complementary Color

#b969bf #6fbf69

#b969bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969bf Color CSS Codes

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

#b969bf Text Font Color

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

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


#b969bf Background Color

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

This div background color is #b969bf


#b969bf Border Color

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

This div border color is #b969bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969bf


Comments

No comments written yet.

Please login to write comment.