Color Hex Logo

#bf448f Color Hex

#BF448F
(191,68,143)
0 Favorites   0 Comments

Color spaces of #bf448f

RGB 19168143
HSL0.900.490.51
HSV323°64°75°
CMYK 0.000.640.25   0.25
XYZ28.510917.193827.8026
Yxy17.19380.38790.2339
Hunter Lab41.465450.1691-10.7282
CIE-Lab48.503356.6725-15.6709

#bf448f color RGB value is (191,68,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000100 10001111
Octal 277 104 217
Decimal 191 68 143
Hex BF 44 8F

RGB Percentages of Color #bf448f

%47.51
%16.92
%35.57

CMYK Percentages of Color #bf448f

%0
%64
%25
%25

Triadic Colors of #bf448f

#bf448f #8fbf44 #448fbf

Analogous Colors of #bf448f

#bf448f #bf4452 #b244bf

Monochromatic Colors of #bf448f

#bf448f

Complementary Color

#bf448f #44bf74

#bf448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf448f Color CSS Codes

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

#bf448f Text Font Color

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

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


#bf448f Background Color

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

This div background color is #bf448f


#bf448f Border Color

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

This div border color is #bf448f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf448f


Comments

No comments written yet.

Please login to write comment.