Color Hex Logo

#b08bec Color Hex

#B08BEC
(176,139,236)
0 Favorites   0 Comments

Color spaces of #b08bec

RGB 176139236
HSL0.730.720.74
HSV263°41°93°
CMYK 0.250.410.00   0.07
XYZ42.277433.751583.6433
Yxy33.75150.26480.2114
Hunter Lab58.096028.2292-44.6951
CIE-Lab64.764833.5503-43.9200

#b08bec color RGB value is (176,139,236).

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

The process color (four color CMYK) of #b08bec color hex is 0.25, 0.41, 0.00, 0.07. Web safe color of #b08bec is #9999ff. Color #b08bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001011 11101100
Octal 260 213 354
Decimal 176 139 236
Hex B0 8B EC

RGB Percentages of Color #b08bec

%31.94
%25.23
%42.83

CMYK Percentages of Color #b08bec

%25
%41
%0
%7

Triadic Colors of #b08bec

#b08bec #ecb08b #8becb0

Analogous Colors of #b08bec

#b08bec #e18bec #8b97ec

Monochromatic Colors of #b08bec

#b08bec

Complementary Color

#b08bec #c7ec8b

#b08bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08bec Color CSS Codes

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

#b08bec Text Font Color

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

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


#b08bec Background Color

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

This div background color is #b08bec


#b08bec Border Color

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

This div border color is #b08bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08bec


Comments

No comments written yet.

Please login to write comment.