Color Hex Logo

#b08cee Color Hex

#B08CEE
(176,140,238)
0 Favorites   0 Comments

Color spaces of #b08cee

RGB 176140238
HSL0.730.740.74
HSV262°41°93°
CMYK 0.260.410.00   0.07
XYZ42.715234.159385.2310
Yxy34.15930.26350.2107
Hunter Lab58.446028.1762-45.5497
CIE-Lab65.088833.4668-44.5131

#b08cee color RGB value is (176,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001100 11101110
Octal 260 214 356
Decimal 176 140 238
Hex B0 8C EE

RGB Percentages of Color #b08cee

%31.77
%25.27
%42.96

CMYK Percentages of Color #b08cee

%26
%41
%0
%7

Triadic Colors of #b08cee

#b08cee #eeb08c #8ceeb0

Analogous Colors of #b08cee

#b08cee #e18cee #8c99ee

Monochromatic Colors of #b08cee

#b08cee

Complementary Color

#b08cee #caee8c

#b08cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08cee Color CSS Codes

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

#b08cee Text Font Color

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

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


#b08cee Background Color

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

This div background color is #b08cee


#b08cee Border Color

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

This div border color is #b08cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08cee


Comments

No comments written yet.

Please login to write comment.