Color Hex Logo

#b8b0ce Color Hex

#B8B0CE
(184,176,206)
0 Favorites   0 Comments

Color spaces of #b8b0ce

RGB 184176206
HSL0.710.230.75
HSV256°15°81°
CMYK 0.110.150.00   0.19
XYZ46.433145.697264.7657
Yxy45.69720.29590.2913
Hunter Lab67.59974.3092-9.4846
CIE-Lab73.34868.6682-14.1503

#b8b0ce color RGB value is (184,176,206).

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

The process color (four color CMYK) of #b8b0ce color hex is 0.11, 0.15, 0.00, 0.19. Web safe color of #b8b0ce is #cc99cc. Color #b8b0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110000 11001110
Octal 270 260 316
Decimal 184 176 206
Hex B8 B0 CE

RGB Percentages of Color #b8b0ce

%32.51
%31.10
%36.40

CMYK Percentages of Color #b8b0ce

%11
%15
%0
%19

Triadic Colors of #b8b0ce

#b8b0ce #ceb8b0 #b0ceb8

Analogous Colors of #b8b0ce

#b8b0ce #c7b0ce #b0b7ce

Monochromatic Colors of #b8b0ce

#b8b0ce

Complementary Color

#b8b0ce #c6ceb0

#b8b0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b0ce Color CSS Codes

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

#b8b0ce Text Font Color

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

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


#b8b0ce Background Color

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

This div background color is #b8b0ce


#b8b0ce Border Color

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

This div border color is #b8b0ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,176,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 #b8b0ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b0ce


Comments

No comments written yet.

Please login to write comment.