Color Hex Logo

#bb598a Color Hex

#BB598A
(187,89,138)
0 Favorites   0 Comments

Color spaces of #bb598a

RGB 18789138
HSL0.920.420.54
HSV330°52°73°
CMYK 0.000.520.26   0.27
XYZ28.653319.544526.3070
Yxy19.54450.38460.2623
Hunter Lab44.209238.3252-4.3346
CIE-Lab51.318345.0954-8.5003

#bb598a color RGB value is (187,89,138).

#bb598a hex color red value is 187, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb598a hue: 0.92 , saturation: 0.42 and the lightness value of bb598a is 0.54.

The process color (four color CMYK) of #bb598a color hex is 0.00, 0.52, 0.26, 0.27. Web safe color of #bb598a is #cc6699. Color #bb598a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 10001010
Octal 273 131 212
Decimal 187 89 138
Hex BB 59 8A

RGB Percentages of Color #bb598a

%45.17
%21.50
%33.33

CMYK Percentages of Color #bb598a

%0
%52
%26
%27

Triadic Colors of #bb598a

#bb598a #8abb59 #598abb

Analogous Colors of #bb598a

#bb598a #bb5959 #bb59bb

Monochromatic Colors of #bb598a

#bb598a

Complementary Color

#bb598a #59bb8a

#bb598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb598a Color CSS Codes

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

#bb598a Text Font Color

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

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


#bb598a Background Color

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

This div background color is #bb598a


#bb598a Border Color

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

This div border color is #bb598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb598a


Comments

No comments written yet.

Please login to write comment.