Color Hex Logo

#b694aa Color Hex

#B694AA
(182,148,170)
0 Favorites   0 Comments

Color spaces of #b694aa

RGB 182148170
HSL0.890.190.65
HSV321°19°71°
CMYK 0.000.190.07   0.29
XYZ37.137034.027242.6408
Yxy34.02720.32630.2990
Hunter Lab58.332811.5577-2.5075
CIE-Lab64.984216.4630-6.6971

#b694aa color RGB value is (182,148,170).

#b694aa hex color red value is 182, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b694aa hue: 0.89 , saturation: 0.19 and the lightness value of b694aa is 0.65.

The process color (four color CMYK) of #b694aa color hex is 0.00, 0.19, 0.07, 0.29. Web safe color of #b694aa is #cc9999. Color #b694aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 10101010
Octal 266 224 252
Decimal 182 148 170
Hex B6 94 AA

RGB Percentages of Color #b694aa

%36.40
%29.60
%34.00

CMYK Percentages of Color #b694aa

%0
%19
%7
%29

Triadic Colors of #b694aa

#b694aa #aab694 #94aab6

Analogous Colors of #b694aa

#b694aa #b69499 #b194b6

Monochromatic Colors of #b694aa

#b694aa

Complementary Color

#b694aa #94b6a0

#b694aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b694aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b694aa Color CSS Codes

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

#b694aa Text Font Color

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

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


#b694aa Background Color

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

This div background color is #b694aa


#b694aa Border Color

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

This div border color is #b694aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,148,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b694aa


Comments

No comments written yet.

Please login to write comment.