Color Hex Logo

#b09dce Color Hex

#B09DCE
(176,157,206)
0 Favorites   0 Comments

Color spaces of #b09dce

RGB 176157206
HSL0.730.330.71
HSV263°24°81°
CMYK 0.150.240.00   0.19
XYZ41.102037.800363.5224
Yxy37.80030.28860.2654
Hunter Lab61.481911.7377-18.2203
CIE-Lab67.873216.5819-22.5074

#b09dce color RGB value is (176,157,206).

#b09dce hex color red value is 176, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b09dce hue: 0.73 , saturation: 0.33 and the lightness value of b09dce is 0.71.

The process color (four color CMYK) of #b09dce color hex is 0.15, 0.24, 0.00, 0.19. Web safe color of #b09dce is #9999cc. Color #b09dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11001110
Octal 260 235 316
Decimal 176 157 206
Hex B0 9D CE

RGB Percentages of Color #b09dce

%32.65
%29.13
%38.22

CMYK Percentages of Color #b09dce

%15
%24
%0
%19

Triadic Colors of #b09dce

#b09dce #ceb09d #9dceb0

Analogous Colors of #b09dce

#b09dce #c99dce #9da3ce

Monochromatic Colors of #b09dce

#b09dce

Complementary Color

#b09dce #bbce9d

#b09dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09dce Color CSS Codes

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

#b09dce Text Font Color

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

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


#b09dce Background Color

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

This div background color is #b09dce


#b09dce Border Color

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

This div border color is #b09dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09dce


Comments

No comments written yet.

Please login to write comment.