Color Hex Logo

#b09dc8 Color Hex

#B09DC8
(176,157,200)
0 Favorites   0 Comments

Color spaces of #b09dc8

RGB 176157200
HSL0.740.280.70
HSV267°22°78°
CMYK 0.120.220.00   0.22
XYZ40.386837.514259.7559
Yxy37.51420.29340.2725
Hunter Lab61.248810.5154-14.9706
CIE-Lab67.661015.2904-19.5027

#b09dc8 color RGB value is (176,157,200).

#b09dc8 hex color red value is 176, green value is 157 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b09dc8 hue: 0.74 , saturation: 0.28 and the lightness value of b09dc8 is 0.70.

The process color (four color CMYK) of #b09dc8 color hex is 0.12, 0.22, 0.00, 0.22. Web safe color of #b09dc8 is #9999cc. Color #b09dc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11001000
Octal 260 235 310
Decimal 176 157 200
Hex B0 9D C8

RGB Percentages of Color #b09dc8

%33.02
%29.46
%37.52

CMYK Percentages of Color #b09dc8

%12
%22
%0
%22

Triadic Colors of #b09dc8

#b09dc8 #c8b09d #9dc8b0

Analogous Colors of #b09dc8

#b09dc8 #c69dc8 #9da0c8

Monochromatic Colors of #b09dc8

#b09dc8

Complementary Color

#b09dc8 #b5c89d

#b09dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09dc8 Color CSS Codes

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

#b09dc8 Text Font Color

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

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


#b09dc8 Background Color

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

This div background color is #b09dc8


#b09dc8 Border Color

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

This div border color is #b09dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09dc8


Comments

No comments written yet.

Please login to write comment.