Color Hex Logo

#bf6bad Color Hex

#BF6BAD
(191,107,173)
0 Favorites   0 Comments

Color spaces of #bf6bad

RGB 191107173
HSL0.870.400.58
HSV313°44°75°
CMYK 0.000.440.09   0.25
XYZ34.286424.608942.4781
Yxy24.60890.33820.2428
Hunter Lab49.607436.5584-16.0441
CIE-Lab56.692442.6008-20.8070

#bf6bad color RGB value is (191,107,173).

#bf6bad hex color red value is 191, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bf6bad hue: 0.87 , saturation: 0.40 and the lightness value of bf6bad is 0.58.

The process color (four color CMYK) of #bf6bad color hex is 0.00, 0.44, 0.09, 0.25. Web safe color of #bf6bad is #cc6699. Color #bf6bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101011 10101101
Octal 277 153 255
Decimal 191 107 173
Hex BF 6B AD

RGB Percentages of Color #bf6bad

%40.55
%22.72
%36.73

CMYK Percentages of Color #bf6bad

%0
%44
%9
%25

Triadic Colors of #bf6bad

#bf6bad #adbf6b #6badbf

Analogous Colors of #bf6bad

#bf6bad #bf6b83 #a76bbf

Monochromatic Colors of #bf6bad

#bf6bad

Complementary Color

#bf6bad #6bbf7d

#bf6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6bad Color CSS Codes

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

#bf6bad Text Font Color

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

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


#bf6bad Background Color

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

This div background color is #bf6bad


#bf6bad Border Color

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

This div border color is #bf6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6bad


Comments

No comments written yet.

Please login to write comment.