Color Hex Logo

#bb49ad Color Hex

#BB49AD
(187,73,173)
0 Favorites   0 Comments

Color spaces of #bb49ad

RGB 18773173
HSL0.850.460.51
HSV307°61°73°
CMYK 0.000.610.07   0.27
XYZ30.418918.347041.4732
Yxy18.34700.33710.2033
Hunter Lab42.833451.8065-27.4238
CIE-Lab49.914357.8963-31.3317

#bb49ad color RGB value is (187,73,173).

#bb49ad hex color red value is 187, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb49ad hue: 0.85 , saturation: 0.46 and the lightness value of bb49ad is 0.51.

The process color (four color CMYK) of #bb49ad color hex is 0.00, 0.61, 0.07, 0.27. Web safe color of #bb49ad is #cc3399. Color #bb49ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 10101101
Octal 273 111 255
Decimal 187 73 173
Hex BB 49 AD

RGB Percentages of Color #bb49ad

%43.19
%16.86
%39.95

CMYK Percentages of Color #bb49ad

%0
%61
%7
%27

Triadic Colors of #bb49ad

#bb49ad #adbb49 #49adbb

Analogous Colors of #bb49ad

#bb49ad #bb4974 #9049bb

Monochromatic Colors of #bb49ad

#bb49ad

Complementary Color

#bb49ad #49bb57

#bb49ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb49ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb49ad Color CSS Codes

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

#bb49ad Text Font Color

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

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


#bb49ad Background Color

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

This div background color is #bb49ad


#bb49ad Border Color

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

This div border color is #bb49ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb49ad


Comments

No comments written yet.

Please login to write comment.