Color Hex Logo

#b794ba Color Hex

#B794BA
(183,148,186)
0 Favorites   0 Comments

Color spaces of #b794ba

RGB 183148186
HSL0.820.220.65
HSV295°20°73°
CMYK 0.020.200.00   0.27
XYZ38.981334.792351.1154
Yxy34.79230.31210.2786
Hunter Lab58.985014.7412-10.0902
CIE-Lab65.586619.8196-14.7726

#b794ba color RGB value is (183,148,186).

#b794ba hex color red value is 183, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b794ba hue: 0.82 , saturation: 0.22 and the lightness value of b794ba is 0.65.

The process color (four color CMYK) of #b794ba color hex is 0.02, 0.20, 0.00, 0.27. Web safe color of #b794ba is #cc99cc. Color #b794ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 10111010
Octal 267 224 272
Decimal 183 148 186
Hex B7 94 BA

RGB Percentages of Color #b794ba

%35.40
%28.63
%35.98

CMYK Percentages of Color #b794ba

%2
%20
%0
%27

Triadic Colors of #b794ba

#b794ba #bab794 #94bab7

Analogous Colors of #b794ba

#b794ba #ba94aa #a494ba

Monochromatic Colors of #b794ba

#b794ba

Complementary Color

#b794ba #97ba94

#b794ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794ba Color CSS Codes

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

#b794ba Text Font Color

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

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


#b794ba Background Color

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

This div background color is #b794ba


#b794ba Border Color

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

This div border color is #b794ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794ba


Comments

No comments written yet.

Please login to write comment.