Color Hex Logo

#bf408d Color Hex

#BF408D
(191,64,141)
0 Favorites   0 Comments

Color spaces of #bf408d

RGB 19164141
HSL0.900.500.50
HSV324°66°75°
CMYK 0.000.660.26   0.25
XYZ28.127016.666226.9338
Yxy16.66620.39210.2324
Hunter Lab40.824351.5401-10.5396
CIE-Lab47.836758.0369-15.4846

#bf408d color RGB value is (191,64,141).

#bf408d hex color red value is 191, green value is 64 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bf408d hue: 0.90 , saturation: 0.50 and the lightness value of bf408d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 10001101
Octal 277 100 215
Decimal 191 64 141
Hex BF 40 8D

RGB Percentages of Color #bf408d

%48.23
%16.16
%35.61

CMYK Percentages of Color #bf408d

%0
%66
%26
%25

Triadic Colors of #bf408d

#bf408d #8dbf40 #408dbf

Analogous Colors of #bf408d

#bf408d #bf404e #b240bf

Monochromatic Colors of #bf408d

#bf408d

Complementary Color

#bf408d #40bf72

#bf408d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf408d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf408d Color CSS Codes

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

#bf408d Text Font Color

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

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


#bf408d Background Color

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

This div background color is #bf408d


#bf408d Border Color

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

This div border color is #bf408d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf408d


Comments

No comments written yet.

Please login to write comment.