Color Hex Logo

#bf448a Color Hex

#BF448A
(191,68,138)
0 Favorites   0 Comments

Color spaces of #bf448a

RGB 19168138
HSL0.910.490.51
HSV326°64°75°
CMYK 0.000.640.28   0.25
XYZ28.140417.045625.8517
Yxy17.04560.39610.2400
Hunter Lab41.286349.4130-8.2244
CIE-Lab48.317456.0175-12.9513

#bf448a color RGB value is (191,68,138).

#bf448a hex color red value is 191, green value is 68 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bf448a hue: 0.91 , saturation: 0.49 and the lightness value of bf448a is 0.51.

The process color (four color CMYK) of #bf448a color hex is 0.00, 0.64, 0.28, 0.25. Web safe color of #bf448a is #cc3399. Color #bf448a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000100 10001010
Octal 277 104 212
Decimal 191 68 138
Hex BF 44 8A

RGB Percentages of Color #bf448a

%48.11
%17.13
%34.76

CMYK Percentages of Color #bf448a

%0
%64
%28
%25

Triadic Colors of #bf448a

#bf448a #8abf44 #448abf

Analogous Colors of #bf448a

#bf448a #bf444d #b744bf

Monochromatic Colors of #bf448a

#bf448a

Complementary Color

#bf448a #44bf79

#bf448a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf448a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf448a Color CSS Codes

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

#bf448a Text Font Color

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

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


#bf448a Background Color

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

This div background color is #bf448a


#bf448a Border Color

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

This div border color is #bf448a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf448a


Comments

No comments written yet.

Please login to write comment.