Color Hex Logo

#b08cec Color Hex

#B08CEC
(176,140,236)
0 Favorites   0 Comments

Color spaces of #b08cec

RGB 176140236
HSL0.730.720.74
HSV263°41°93°
CMYK 0.250.410.00   0.07
XYZ42.422934.042483.6918
Yxy34.04240.26490.2126
Hunter Lab58.345927.6809-44.2040
CIE-Lab64.996232.9904-43.5565

#b08cec color RGB value is (176,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001100 11101100
Octal 260 214 354
Decimal 176 140 236
Hex B0 8C EC

RGB Percentages of Color #b08cec

%31.88
%25.36
%42.75

CMYK Percentages of Color #b08cec

%25
%41
%0
%7

Triadic Colors of #b08cec

#b08cec #ecb08c #8cecb0

Analogous Colors of #b08cec

#b08cec #e08cec #8c98ec

Monochromatic Colors of #b08cec

#b08cec

Complementary Color

#b08cec #c8ec8c

#b08cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08cec Color CSS Codes

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

#b08cec Text Font Color

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

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


#b08cec Background Color

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

This div background color is #b08cec


#b08cec Border Color

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

This div border color is #b08cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08cec


Comments

No comments written yet.

Please login to write comment.