Color Hex Logo

#b6599f Color Hex

#B6599F
(182,89,159)
0 Favorites   0 Comments

Color spaces of #b6599f

RGB 18289159
HSL0.870.390.53
HSV315°51°71°
CMYK 0.000.510.13   0.29
XYZ29.121819.593035.0478
Yxy19.59300.34770.2339
Hunter Lab44.264039.9753-15.9605
CIE-Lab51.373946.6729-20.9043

#b6599f color RGB value is (182,89,159).

#b6599f hex color red value is 182, green value is 89 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6599f hue: 0.87 , saturation: 0.39 and the lightness value of b6599f is 0.53.

The process color (four color CMYK) of #b6599f color hex is 0.00, 0.51, 0.13, 0.29. Web safe color of #b6599f is #cc6699. Color #b6599f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10011111
Octal 266 131 237
Decimal 182 89 159
Hex B6 59 9F

RGB Percentages of Color #b6599f

%42.33
%20.70
%36.98

CMYK Percentages of Color #b6599f

%0
%51
%13
%29

Triadic Colors of #b6599f

#b6599f #9fb659 #599fb6

Analogous Colors of #b6599f

#b6599f #b65971 #9f59b6

Monochromatic Colors of #b6599f

#b6599f

Complementary Color

#b6599f #59b670

#b6599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6599f Color CSS Codes

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

#b6599f Text Font Color

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

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


#b6599f Background Color

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

This div background color is #b6599f


#b6599f Border Color

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

This div border color is #b6599f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,89,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6599f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6599f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6599f;
  box-shadow:         1px 1px 3px 2px #b6599f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,89,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6599f


Comments

No comments written yet.

Please login to write comment.