Color Hex Logo

#bb497d Color Hex

#BB497D
(187,73,125)
0 Favorites   0 Comments

Color spaces of #bb497d

RGB 18773125
HSL0.920.460.51
HSV333°61°73°
CMYK 0.000.610.33   0.27
XYZ26.577716.810621.2460
Yxy16.81060.41120.2601
Hunter Lab41.000743.9569-2.0227
CIE-Lab48.020551.0109-5.6228

#bb497d color RGB value is (187,73,125).

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

The process color (four color CMYK) of #bb497d color hex is 0.00, 0.61, 0.33, 0.27. Web safe color of #bb497d is #cc3366. Color #bb497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 01111101
Octal 273 111 175
Decimal 187 73 125
Hex BB 49 7D

RGB Percentages of Color #bb497d

%48.57
%18.96
%32.47

CMYK Percentages of Color #bb497d

%0
%61
%33
%27

Triadic Colors of #bb497d

#bb497d #7dbb49 #497dbb

Analogous Colors of #bb497d

#bb497d #bb4e49 #bb49b6

Monochromatic Colors of #bb497d

#bb497d

Complementary Color

#bb497d #49bb87

#bb497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb497d Color CSS Codes

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

#bb497d Text Font Color

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

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


#bb497d Background Color

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

This div background color is #bb497d


#bb497d Border Color

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

This div border color is #bb497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb497d


Comments

No comments written yet.

Please login to write comment.