Color Hex Logo

#b2599a Color Hex

#B2599A
(178,89,154)
0 Favorites   0 Comments

Color spaces of #b2599a

RGB 17889154
HSL0.880.370.52
HSV316°50°70°
CMYK 0.000.500.13   0.30
XYZ27.765218.942832.7648
Yxy18.94280.34940.2384
Hunter Lab43.523337.7062-14.1678
CIE-Lab50.620244.6040-19.1605

#b2599a color RGB value is (178,89,154).

#b2599a hex color red value is 178, green value is 89 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b2599a hue: 0.88 , saturation: 0.37 and the lightness value of b2599a is 0.52.

The process color (four color CMYK) of #b2599a color hex is 0.00, 0.50, 0.13, 0.30. Web safe color of #b2599a is #996699. Color #b2599a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011001 10011010
Octal 262 131 232
Decimal 178 89 154
Hex B2 59 9A

RGB Percentages of Color #b2599a

%42.28
%21.14
%36.58

CMYK Percentages of Color #b2599a

%0
%50
%13
%30

Triadic Colors of #b2599a

#b2599a #9ab259 #599ab2

Analogous Colors of #b2599a

#b2599a #b2596e #9e59b2

Monochromatic Colors of #b2599a

#b2599a

Complementary Color

#b2599a #59b271

#b2599a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2599a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2599a Color CSS Codes

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

#b2599a Text Font Color

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

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


#b2599a Background Color

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

This div background color is #b2599a


#b2599a Border Color

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

This div border color is #b2599a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2599a


Comments

No comments written yet.

Please login to write comment.