Color Hex Logo

#b592bf Color Hex

#B592BF
(181,146,191)
0 Favorites   0 Comments

Color spaces of #b592bf

RGB 181146191
HSL0.800.260.66
HSV287°24°75°
CMYK 0.050.240.00   0.25
XYZ38.738934.143153.8387
Yxy34.14310.30570.2694
Hunter Lab58.432116.0845-13.7267
CIE-Lab65.076021.2490-18.3658

#b592bf color RGB value is (181,146,191).

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

The process color (four color CMYK) of #b592bf color hex is 0.05, 0.24, 0.00, 0.25. Web safe color of #b592bf is #cc99cc. Color #b592bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 10111111
Octal 265 222 277
Decimal 181 146 191
Hex B5 92 BF

RGB Percentages of Color #b592bf

%34.94
%28.19
%36.87

CMYK Percentages of Color #b592bf

%5
%24
%0
%25

Triadic Colors of #b592bf

#b592bf #bfb592 #92bfb5

Analogous Colors of #b592bf

#b592bf #bf92b3 #9f92bf

Monochromatic Colors of #b592bf

#b592bf

Complementary Color

#b592bf #9cbf92

#b592bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592bf Color CSS Codes

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

#b592bf Text Font Color

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

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


#b592bf Background Color

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

This div background color is #b592bf


#b592bf Border Color

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

This div border color is #b592bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592bf


Comments

No comments written yet.

Please login to write comment.