Color Hex Logo

#bf498e Color Hex

#BF498E
(191,73,142)
0 Favorites   0 Comments

Color spaces of #bf498e

RGB 19173142
HSL0.900.480.52
HSV325°62°75°
CMYK 0.000.620.26   0.25
XYZ28.750917.794427.5105
Yxy17.79440.38820.2403
Hunter Lab42.183447.8391-9.1384
CIE-Lab49.245854.4087-13.9448

#bf498e color RGB value is (191,73,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001001 10001110
Octal 277 111 216
Decimal 191 73 142
Hex BF 49 8E

RGB Percentages of Color #bf498e

%47.04
%17.98
%34.98

CMYK Percentages of Color #bf498e

%0
%62
%26
%25

Triadic Colors of #bf498e

#bf498e #8ebf49 #498ebf

Analogous Colors of #bf498e

#bf498e #bf4953 #b549bf

Monochromatic Colors of #bf498e

#bf498e

Complementary Color

#bf498e #49bf7a

#bf498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf498e Color CSS Codes

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

#bf498e Text Font Color

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

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


#bf498e Background Color

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

This div background color is #bf498e


#bf498e Border Color

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

This div border color is #bf498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf498e


Comments

No comments written yet.

Please login to write comment.