Color Hex Logo

#bf467b Color Hex

#BF467B
(191,70,123)
0 Favorites   0 Comments

Color spaces of #bf467b

RGB 19170123
HSL0.930.490.51
HSV334°63°75°
CMYK 0.000.630.36   0.25
XYZ27.251216.886720.5621
Yxy16.88670.42120.2610
Hunter Lab41.093446.4592-0.9018
CIE-Lab48.117053.3339-4.1982

#bf467b color RGB value is (191,70,123).

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

The process color (four color CMYK) of #bf467b color hex is 0.00, 0.63, 0.36, 0.25. Web safe color of #bf467b is #cc3366. Color #bf467b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 01111011
Octal 277 106 173
Decimal 191 70 123
Hex BF 46 7B

RGB Percentages of Color #bf467b

%49.74
%18.23
%32.03

CMYK Percentages of Color #bf467b

%0
%63
%36
%25

Triadic Colors of #bf467b

#bf467b #7bbf46 #467bbf

Analogous Colors of #bf467b

#bf467b #bf4e46 #bf46b8

Monochromatic Colors of #bf467b

#bf467b

Complementary Color

#bf467b #46bf8a

#bf467b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf467b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf467b Color CSS Codes

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

#bf467b Text Font Color

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

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


#bf467b Background Color

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

This div background color is #bf467b


#bf467b Border Color

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

This div border color is #bf467b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf467b


Comments

No comments written yet.

Please login to write comment.