Color Hex Logo

#b069bf Color Hex

#B069BF
(176,105,191)
0 Favorites   0 Comments

Color spaces of #b069bf

RGB 176105191
HSL0.800.400.58
HSV290°45°75°
CMYK 0.080.450.00   0.25
XYZ32.360023.094852.0424
Yxy23.09480.30100.2148
Hunter Lab48.057036.0961-30.5670
CIE-Lab55.169942.3684-33.6666

#b069bf color RGB value is (176,105,191).

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

The process color (four color CMYK) of #b069bf color hex is 0.08, 0.45, 0.00, 0.25. Web safe color of #b069bf is #9966cc. Color #b069bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 10111111
Octal 260 151 277
Decimal 176 105 191
Hex B0 69 BF

RGB Percentages of Color #b069bf

%37.29
%22.25
%40.47

CMYK Percentages of Color #b069bf

%8
%45
%0
%25

Triadic Colors of #b069bf

#b069bf #bfb069 #69bfb0

Analogous Colors of #b069bf

#b069bf #bf69a3 #8569bf

Monochromatic Colors of #b069bf

#b069bf

Complementary Color

#b069bf #78bf69

#b069bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069bf Color CSS Codes

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

#b069bf Text Font Color

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

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


#b069bf Background Color

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

This div background color is #b069bf


#b069bf Border Color

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

This div border color is #b069bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,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 #b069bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069bf


Comments

No comments written yet.

Please login to write comment.