Color Hex Logo

#b09cde Color Hex

#B09CDE
(176,156,222)
0 Favorites   0 Comments

Color spaces of #b09cde

RGB 176156222
HSL0.720.500.74
HSV258°30°87°
CMYK 0.210.300.00   0.13
XYZ42.977838.281074.2310
Yxy38.28100.27640.2462
Hunter Lab61.871615.7158-27.8235
CIE-Lab68.227220.7225-30.8046

#b09cde color RGB value is (176,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011100 11011110
Octal 260 234 336
Decimal 176 156 222
Hex B0 9C DE

RGB Percentages of Color #b09cde

%31.77
%28.16
%40.07

CMYK Percentages of Color #b09cde

%21
%30
%0
%13

Triadic Colors of #b09cde

#b09cde #deb09c #9cdeb0

Analogous Colors of #b09cde

#b09cde #d19cde #9ca9de

Monochromatic Colors of #b09cde

#b09cde

Complementary Color

#b09cde #cade9c

#b09cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09cde Color CSS Codes

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

#b09cde Text Font Color

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

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


#b09cde Background Color

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

This div background color is #b09cde


#b09cde Border Color

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

This div border color is #b09cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09cde


Comments

No comments written yet.

Please login to write comment.