Color Hex Logo

#b492bd Color Hex

#B492BD
(180,146,189)
0 Favorites   0 Comments

Color spaces of #b492bd

RGB 180146189
HSL0.800.250.66
HSV287°23°74°
CMYK 0.050.230.00   0.26
XYZ38.286633.935252.6763
Yxy33.93520.30650.2717
Hunter Lab58.253915.3723-12.8354
CIE-Lab64.911120.5114-17.5037

#b492bd color RGB value is (180,146,189).

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

The process color (four color CMYK) of #b492bd color hex is 0.05, 0.23, 0.00, 0.26. Web safe color of #b492bd is #cc99cc. Color #b492bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 10111101
Octal 264 222 275
Decimal 180 146 189
Hex B4 92 BD

RGB Percentages of Color #b492bd

%34.95
%28.35
%36.70

CMYK Percentages of Color #b492bd

%5
%23
%0
%26

Triadic Colors of #b492bd

#b492bd #bdb492 #92bdb4

Analogous Colors of #b492bd

#b492bd #bd92b1 #9f92bd

Monochromatic Colors of #b492bd

#b492bd

Complementary Color

#b492bd #9bbd92

#b492bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b492bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b492bd Color CSS Codes

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

#b492bd Text Font Color

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

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


#b492bd Background Color

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

This div background color is #b492bd


#b492bd Border Color

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

This div border color is #b492bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b492bd


Comments

No comments written yet.

Please login to write comment.