color codes Logo

#b068bf color codes

#B068BF
(176,104,191)
0 Favorites   0 Comments

Color spaces of #b068bf

RGB 176104191
HSL0.800.400.58
HSV290°46°75°
CMYK 0.080.460.00   0.25
XYZ32.258822.892352.0087
Yxy22.89230.30100.2136
Hunter Lab47.845936.6185-30.9564
CIE-Lab54.961242.9033-33.9925

#b068bf color RGB value is (176,104,191).

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

The process color (four color CMYK) of #b068bf color code is 0.08, 0.46, 0.00, 0.25. Web safe color of #b068bf is #9966cc. Color #b068bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 10111111
Octal 260 150 277
Decimal 176 104 191
Hex B0 68 BF

RGB Percentages of Color #b068bf

%37.37
%22.08
%40.55

CMYK Percentages of Color #b068bf

%8
%46
%0
%25

Triadic Colors of #b068bf

#b068bf #bfb068 #68bfb0

Analogous Colors of #b068bf

#b068bf #bf68a3 #8568bf

Monochromatic Colors of #b068bf

#b068bf

Complementary Color

#b068bf #77bf68

#b068bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b068bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b068bf Color CSS Codes

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

#b068bf Text Font Color

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

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


#b068bf Background Color

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

This div background color is #b068bf


#b068bf Border Color

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

This div border color is #b068bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b068bf


Comments

No comments written yet.

Please login to write comment.