Color Hex Logo

#b09ccf Color Hex

#B09CCF
(176,156,207)
0 Favorites   0 Comments

Color spaces of #b09ccf

RGB 176156207
HSL0.730.350.71
HSV264°25°81°
CMYK 0.150.250.00   0.19
XYZ41.055437.512064.1082
Yxy37.51200.28780.2629
Hunter Lab61.247012.4706-19.1868
CIE-Lab67.659417.3604-23.3881

#b09ccf color RGB value is (176,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011100 11001111
Octal 260 234 317
Decimal 176 156 207
Hex B0 9C CF

RGB Percentages of Color #b09ccf

%32.65
%28.94
%38.40

CMYK Percentages of Color #b09ccf

%15
%25
%0
%19

Triadic Colors of #b09ccf

#b09ccf #cfb09c #9ccfb0

Analogous Colors of #b09ccf

#b09ccf #ca9ccf #9ca2cf

Monochromatic Colors of #b09ccf

#b09ccf

Complementary Color

#b09ccf #bbcf9c

#b09ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ccf Color CSS Codes

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

#b09ccf Text Font Color

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

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


#b09ccf Background Color

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

This div background color is #b09ccf


#b09ccf Border Color

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

This div border color is #b09ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ccf


Comments

No comments written yet.

Please login to write comment.