Color Hex Logo

#b792ba Color Hex

#B792BA
(183,146,186)
0 Favorites   0 Comments

Color spaces of #b792ba

RGB 183146186
HSL0.820.220.65
HSV296°22°73°
CMYK 0.020.220.00   0.27
XYZ38.670234.170251.0117
Yxy34.17020.31220.2759
Hunter Lab58.455315.7872-10.8214
CIE-Lab65.097420.9373-15.5108

#b792ba color RGB value is (183,146,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 10111010
Octal 267 222 272
Decimal 183 146 186
Hex B7 92 BA

RGB Percentages of Color #b792ba

%35.53
%28.35
%36.12

CMYK Percentages of Color #b792ba

%2
%22
%0
%27

Triadic Colors of #b792ba

#b792ba #bab792 #92bab7

Analogous Colors of #b792ba

#b792ba #ba92a9 #a392ba

Monochromatic Colors of #b792ba

#b792ba

Complementary Color

#b792ba #95ba92

#b792ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792ba Color CSS Codes

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

#b792ba Text Font Color

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

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


#b792ba Background Color

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

This div background color is #b792ba


#b792ba Border Color

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

This div border color is #b792ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792ba


Comments

No comments written yet.

Please login to write comment.