Color Hex Logo

#b08dcf Color Hex

#B08DCF
(176,141,207)
0 Favorites   0 Comments

Color spaces of #b08dcf

RGB 176141207
HSL0.760.410.68
HSV272°32°81°
CMYK 0.150.320.00   0.19
XYZ38.691932.784963.3203
Yxy32.78490.28700.2432
Hunter Lab57.258120.4189-25.4867
CIE-Lab63.986425.7958-29.0314

#b08dcf color RGB value is (176,141,207).

#b08dcf hex color red value is 176, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b08dcf hue: 0.76 , saturation: 0.41 and the lightness value of b08dcf is 0.68.

The process color (four color CMYK) of #b08dcf color hex is 0.15, 0.32, 0.00, 0.19. Web safe color of #b08dcf is #9999cc. Color #b08dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001101 11001111
Octal 260 215 317
Decimal 176 141 207
Hex B0 8D CF

RGB Percentages of Color #b08dcf

%33.59
%26.91
%39.50

CMYK Percentages of Color #b08dcf

%15
%32
%0
%19

Triadic Colors of #b08dcf

#b08dcf #cfb08d #8dcfb0

Analogous Colors of #b08dcf

#b08dcf #cf8dcd #8f8dcf

Monochromatic Colors of #b08dcf

#b08dcf

Complementary Color

#b08dcf #accf8d

#b08dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08dcf Color CSS Codes

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

#b08dcf Text Font Color

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

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


#b08dcf Background Color

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

This div background color is #b08dcf


#b08dcf Border Color

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

This div border color is #b08dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,141,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08dcf


Comments

No comments written yet.

Please login to write comment.