Color Hex Logo

#b08fdf Color Hex

#B08FDF
(176,143,223)
0 Favorites   0 Comments

Color spaces of #b08fdf

RGB 176143223
HSL0.740.560.72
HSV265°36°87°
CMYK 0.210.360.00   0.13
XYZ41.046234.202774.2505
Yxy34.20270.27460.2288
Hunter Lab58.483122.9344-34.3368
CIE-Lab65.123128.2643-36.1719

#b08fdf color RGB value is (176,143,223).

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

The process color (four color CMYK) of #b08fdf color hex is 0.21, 0.36, 0.00, 0.13. Web safe color of #b08fdf is #9999cc. Color #b08fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 11011111
Octal 260 217 337
Decimal 176 143 223
Hex B0 8F DF

RGB Percentages of Color #b08fdf

%32.47
%26.38
%41.14

CMYK Percentages of Color #b08fdf

%21
%36
%0
%13

Triadic Colors of #b08fdf

#b08fdf #dfb08f #8fdfb0

Analogous Colors of #b08fdf

#b08fdf #d88fdf #8f96df

Monochromatic Colors of #b08fdf

#b08fdf

Complementary Color

#b08fdf #bedf8f

#b08fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08fdf Color CSS Codes

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

#b08fdf Text Font Color

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

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


#b08fdf Background Color

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

This div background color is #b08fdf


#b08fdf Border Color

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

This div border color is #b08fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08fdf


Comments

No comments written yet.

Please login to write comment.