Color Hex Logo

#b592bd Color Hex

#B592BD
(181,146,189)
0 Favorites   0 Comments

Color spaces of #b592bd

RGB 181146189
HSL0.800.250.66
HSV289°23°74°
CMYK 0.040.230.00   0.26
XYZ38.520234.055652.6873
Yxy34.05560.30750.2719
Hunter Lab58.357215.6986-12.6795
CIE-Lab65.006720.8489-17.3498

#b592bd color RGB value is (181,146,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 10111101
Octal 265 222 275
Decimal 181 146 189
Hex B5 92 BD

RGB Percentages of Color #b592bd

%35.08
%28.29
%36.63

CMYK Percentages of Color #b592bd

%4
%23
%0
%26

Triadic Colors of #b592bd

#b592bd #bdb592 #92bdb5

Analogous Colors of #b592bd

#b592bd #bd92b0 #a092bd

Monochromatic Colors of #b592bd

#b592bd

Complementary Color

#b592bd #9abd92

#b592bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592bd Color CSS Codes

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

#b592bd Text Font Color

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

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


#b592bd Background Color

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

This div background color is #b592bd


#b592bd Border Color

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

This div border color is #b592bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592bd


Comments

No comments written yet.

Please login to write comment.