Color Hex Logo

#b6588a Color Hex

#B6588A
(182,88,138)
0 Favorites   0 Comments

Color spaces of #b6588a

RGB 18288138
HSL0.910.390.53
HSV328°52°71°
CMYK 0.000.520.24   0.29
XYZ27.368618.759526.2232
Yxy18.75950.37830.2593
Hunter Lab43.312236.9961-5.5783
CIE-Lab50.404643.9460-9.9431

#b6588a color RGB value is (182,88,138).

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

The process color (four color CMYK) of #b6588a color hex is 0.00, 0.52, 0.24, 0.29. Web safe color of #b6588a is #cc6699. Color #b6588a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 10001010
Octal 266 130 212
Decimal 182 88 138
Hex B6 58 8A

RGB Percentages of Color #b6588a

%44.61
%21.57
%33.82

CMYK Percentages of Color #b6588a

%0
%52
%24
%29

Triadic Colors of #b6588a

#b6588a #8ab658 #588ab6

Analogous Colors of #b6588a

#b6588a #b6585b #b358b6

Monochromatic Colors of #b6588a

#b6588a

Complementary Color

#b6588a #58b684

#b6588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6588a Color CSS Codes

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

#b6588a Text Font Color

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

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


#b6588a Background Color

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

This div background color is #b6588a


#b6588a Border Color

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

This div border color is #b6588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6588a


Comments

No comments written yet.

Please login to write comment.