Color Hex Logo

#bf687a Color Hex

#BF687A
(191,104,122)
0 Favorites   0 Comments

Color spaces of #bf687a

RGB 191104122
HSL0.970.400.58
HSV348°46°75°
CMYK 0.000.460.36   0.25
XYZ29.949022.382121.1541
Yxy22.38210.40760.3046
Hunter Lab47.309730.20586.6058
CIE-Lab54.430136.66145.5957

#bf687a color RGB value is (191,104,122).

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

The process color (four color CMYK) of #bf687a color hex is 0.00, 0.46, 0.36, 0.25. Web safe color of #bf687a is #cc6666. Color #bf687a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 01111010
Octal 277 150 172
Decimal 191 104 122
Hex BF 68 7A

RGB Percentages of Color #bf687a

%45.80
%24.94
%29.26

CMYK Percentages of Color #bf687a

%0
%46
%36
%25

Triadic Colors of #bf687a

#bf687a #7abf68 #687abf

Analogous Colors of #bf687a

#bf687a #bf8268 #bf68a6

Monochromatic Colors of #bf687a

#bf687a

Complementary Color

#bf687a #68bfad

#bf687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf687a Color CSS Codes

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

#bf687a Text Font Color

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

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


#bf687a Background Color

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

This div background color is #bf687a


#bf687a Border Color

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

This div border color is #bf687a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf687a


Comments

No comments written yet.

Please login to write comment.