Color Hex Logo

#bb4aac Color Hex

#BB4AAC
(187,74,172)
0 Favorites   0 Comments

Color spaces of #bb4aac

RGB 18774172
HSL0.860.450.51
HSV308°60°73°
CMYK 0.000.600.08   0.27
XYZ30.388718.440940.9875
Yxy18.44090.33830.2053
Hunter Lab42.942951.1662-26.5303
CIE-Lab50.026657.2992-30.5699

#bb4aac color RGB value is (187,74,172).

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

The process color (four color CMYK) of #bb4aac color hex is 0.00, 0.60, 0.08, 0.27. Web safe color of #bb4aac is #cc3399. Color #bb4aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001010 10101100
Octal 273 112 254
Decimal 187 74 172
Hex BB 4A AC

RGB Percentages of Color #bb4aac

%43.19
%17.09
%39.72

CMYK Percentages of Color #bb4aac

%0
%60
%8
%27

Triadic Colors of #bb4aac

#bb4aac #acbb4a #4aacbb

Analogous Colors of #bb4aac

#bb4aac #bb4a74 #924abb

Monochromatic Colors of #bb4aac

#bb4aac

Complementary Color

#bb4aac #4abb59

#bb4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4aac Color CSS Codes

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

#bb4aac Text Font Color

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

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


#bb4aac Background Color

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

This div background color is #bb4aac


#bb4aac Border Color

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

This div border color is #bb4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4aac


Comments

No comments written yet.

Please login to write comment.