Color Hex Logo

#b08fdd Color Hex

#B08FDD
(176,143,221)
0 Favorites   0 Comments

Color spaces of #b08fdd

RGB 176143221
HSL0.740.530.71
HSV265°35°87°
CMYK 0.200.350.00   0.13
XYZ40.778134.095572.8385
Yxy34.09550.27610.2308
Hunter Lab58.391422.4721-33.0855
CIE-Lab65.038327.8054-35.1951

#b08fdd color RGB value is (176,143,221).

#b08fdd hex color red value is 176, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b08fdd hue: 0.74 , saturation: 0.53 and the lightness value of b08fdd is 0.71.

The process color (four color CMYK) of #b08fdd color hex is 0.20, 0.35, 0.00, 0.13. Web safe color of #b08fdd is #9999cc. Color #b08fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 11011101
Octal 260 217 335
Decimal 176 143 221
Hex B0 8F DD

RGB Percentages of Color #b08fdd

%32.59
%26.48
%40.93

CMYK Percentages of Color #b08fdd

%20
%35
%0
%13

Triadic Colors of #b08fdd

#b08fdd #ddb08f #8fddb0

Analogous Colors of #b08fdd

#b08fdd #d78fdd #8f95dd

Monochromatic Colors of #b08fdd

#b08fdd

Complementary Color

#b08fdd #bcdd8f

#b08fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08fdd Color CSS Codes

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

#b08fdd Text Font Color

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

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


#b08fdd Background Color

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

This div background color is #b08fdd


#b08fdd Border Color

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

This div border color is #b08fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08fdd


Comments

No comments written yet.

Please login to write comment.