Color Hex Logo

#b08aec Color Hex

#B08AEC
(176,138,236)
0 Favorites   0 Comments

Color spaces of #b08aec

RGB 176138236
HSL0.730.720.73
HSV263°42°93°
CMYK 0.250.420.00   0.07
XYZ42.133333.463283.5953
Yxy33.46320.26470.2102
Hunter Lab57.847428.7780-45.1869
CIE-Lab64.534234.1102-44.2826

#b08aec color RGB value is (176,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 11101100
Octal 260 212 354
Decimal 176 138 236
Hex B0 8A EC

RGB Percentages of Color #b08aec

%32.00
%25.09
%42.91

CMYK Percentages of Color #b08aec

%25
%42
%0
%7

Triadic Colors of #b08aec

#b08aec #ecb08a #8aecb0

Analogous Colors of #b08aec

#b08aec #e18aec #8a95ec

Monochromatic Colors of #b08aec

#b08aec

Complementary Color

#b08aec #c6ec8a

#b08aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08aec Color CSS Codes

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

#b08aec Text Font Color

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

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


#b08aec Background Color

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

This div background color is #b08aec


#b08aec Border Color

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

This div border color is #b08aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08aec


Comments

No comments written yet.

Please login to write comment.