Color Hex Logo

#b69ace Color Hex

#B69ACE
(182,154,206)
0 Favorites   0 Comments

Color spaces of #b69ace

RGB 182154206
HSL0.760.350.71
HSV272°25°81°
CMYK 0.120.250.00   0.19
XYZ41.987637.512563.4202
Yxy37.51250.29380.2625
Hunter Lab61.247415.1859-18.5201
CIE-Lab67.659820.1981-22.7857

#b69ace color RGB value is (182,154,206).

#b69ace hex color red value is 182, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b69ace hue: 0.76 , saturation: 0.35 and the lightness value of b69ace is 0.71.

The process color (four color CMYK) of #b69ace color hex is 0.12, 0.25, 0.00, 0.19. Web safe color of #b69ace is #cc99cc. Color #b69ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 11001110
Octal 266 232 316
Decimal 182 154 206
Hex B6 9A CE

RGB Percentages of Color #b69ace

%33.58
%28.41
%38.01

CMYK Percentages of Color #b69ace

%12
%25
%0
%19

Triadic Colors of #b69ace

#b69ace #ceb69a #9aceb6

Analogous Colors of #b69ace

#b69ace #ce9acc #9c9ace

Monochromatic Colors of #b69ace

#b69ace

Complementary Color

#b69ace #b2ce9a

#b69ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69ace Color CSS Codes

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

#b69ace Text Font Color

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

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


#b69ace Background Color

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

This div background color is #b69ace


#b69ace Border Color

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

This div border color is #b69ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69ace


Comments

No comments written yet.

Please login to write comment.