Color Hex Logo

#bf499b Color Hex

#BF499B
(191,73,155)
0 Favorites   0 Comments

Color spaces of #bf499b

RGB 19173155
HSL0.880.480.52
HSV318°62°75°
CMYK 0.000.620.19   0.25
XYZ29.784818.208032.9550
Yxy18.20800.36800.2249
Hunter Lab42.670849.9214-15.9205
CIE-Lab49.747456.2224-20.9241

#bf499b color RGB value is (191,73,155).

#bf499b hex color red value is 191, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bf499b hue: 0.88 , saturation: 0.48 and the lightness value of bf499b is 0.52.

The process color (four color CMYK) of #bf499b color hex is 0.00, 0.62, 0.19, 0.25. Web safe color of #bf499b is #cc3399. Color #bf499b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001001 10011011
Octal 277 111 233
Decimal 191 73 155
Hex BF 49 9B

RGB Percentages of Color #bf499b

%45.58
%17.42
%36.99

CMYK Percentages of Color #bf499b

%0
%62
%19
%25

Triadic Colors of #bf499b

#bf499b #9bbf49 #499bbf

Analogous Colors of #bf499b

#bf499b #bf4960 #a849bf

Monochromatic Colors of #bf499b

#bf499b

Complementary Color

#bf499b #49bf6d

#bf499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf499b Color CSS Codes

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

#bf499b Text Font Color

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

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


#bf499b Background Color

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

This div background color is #bf499b


#bf499b Border Color

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

This div border color is #bf499b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf499b


Comments

No comments written yet.

Please login to write comment.