color codes Logo

#b8a0ce color codes

#B8A0CE
(184,160,206)
0 Favorites   0 Comments

Color spaces of #b8a0ce

RGB 184160206
HSL0.750.320.72
HSV271°22°81°
CMYK 0.110.220.00   0.19
XYZ43.478539.788263.7808
Yxy39.78820.29570.2706
Hunter Lab63.077912.6507-15.7962
CIE-Lab69.318417.5036-20.2419

#b8a0ce color RGB value is (184,160,206).

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

The process color (four color CMYK) of #b8a0ce color code is 0.11, 0.22, 0.00, 0.19. Web safe color of #b8a0ce is #cc99cc. Color #b8a0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10100000 11001110
Octal 270 240 316
Decimal 184 160 206
Hex B8 A0 CE

RGB Percentages of Color #b8a0ce

%33.45
%29.09
%37.45

CMYK Percentages of Color #b8a0ce

%11
%22
%0
%19

Triadic Colors of #b8a0ce

#b8a0ce #ceb8a0 #a0ceb8

Analogous Colors of #b8a0ce

#b8a0ce #cea0cd #a1a0ce

Monochromatic Colors of #b8a0ce

#b8a0ce

Complementary Color

#b8a0ce #b6cea0

#b8a0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8a0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8a0ce Color CSS Codes

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

#b8a0ce Text Font Color

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

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


#b8a0ce Background Color

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

This div background color is #b8a0ce


#b8a0ce Border Color

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

This div border color is #b8a0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8a0ce


Comments

No comments written yet.

Please login to write comment.