Color Hex Logo

#bb5fac Color Hex

#BB5FAC
(187,95,172)
0 Favorites   0 Comments

Color spaces of #bb5fac

RGB 18795172
HSL0.860.400.55
HSV310°49°73°
CMYK 0.000.490.08   0.27
XYZ32.032121.727841.5353
Yxy21.72780.33610.2280
Hunter Lab46.613141.0907-20.2021
CIE-Lab53.737047.3612-24.8131

#bb5fac color RGB value is (187,95,172).

#bb5fac hex color red value is 187, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb5fac hue: 0.86 , saturation: 0.40 and the lightness value of bb5fac is 0.55.

The process color (four color CMYK) of #bb5fac color hex is 0.00, 0.49, 0.08, 0.27. Web safe color of #bb5fac is #cc6699. Color #bb5fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011111 10101100
Octal 273 137 254
Decimal 187 95 172
Hex BB 5F AC

RGB Percentages of Color #bb5fac

%41.19
%20.93
%37.89

CMYK Percentages of Color #bb5fac

%0
%49
%8
%27

Triadic Colors of #bb5fac

#bb5fac #acbb5f #5facbb

Analogous Colors of #bb5fac

#bb5fac #bb5f7e #9c5fbb

Monochromatic Colors of #bb5fac

#bb5fac

Complementary Color

#bb5fac #5fbb6e

#bb5fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5fac Color CSS Codes

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

#bb5fac Text Font Color

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

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


#bb5fac Background Color

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

This div background color is #bb5fac


#bb5fac Border Color

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

This div border color is #bb5fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,95,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5fac


Comments

No comments written yet.

Please login to write comment.