Color Hex Logo

#b492bb Color Hex

#B492BB
(180,146,187)
0 Favorites   0 Comments

Color spaces of #b492bb

RGB 180146187
HSL0.800.230.65
HSV290°22°73°
CMYK 0.040.220.00   0.27
XYZ38.070933.848951.5406
Yxy33.84890.30840.2742
Hunter Lab58.179814.9897-11.7982
CIE-Lab64.842520.1125-16.4855

#b492bb color RGB value is (180,146,187).

#b492bb hex color red value is 180, green value is 146 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b492bb hue: 0.80 , saturation: 0.23 and the lightness value of b492bb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 10111011
Octal 264 222 273
Decimal 180 146 187
Hex B4 92 BB

RGB Percentages of Color #b492bb

%35.09
%28.46
%36.45

CMYK Percentages of Color #b492bb

%4
%22
%0
%27

Triadic Colors of #b492bb

#b492bb #bbb492 #92bbb4

Analogous Colors of #b492bb

#b492bb #bb92ae #a092bb

Monochromatic Colors of #b492bb

#b492bb

Complementary Color

#b492bb #99bb92

#b492bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b492bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b492bb Color CSS Codes

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

#b492bb Text Font Color

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

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


#b492bb Background Color

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

This div background color is #b492bb


#b492bb Border Color

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

This div border color is #b492bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,146,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b492bb


Comments

No comments written yet.

Please login to write comment.