Color Hex Logo

#bd686b Color Hex

#BD686B
(189,104,107)
0 Favorites   0 Comments

Color spaces of #bd686b

RGB 189104107
HSL0.990.390.57
HSV358°45°74°
CMYK 0.000.450.43   0.26
XYZ28.590421.781016.6072
Yxy21.78100.42690.3252
Hunter Lab46.670127.677511.5712
CIE-Lab53.793934.179113.4758

#bd686b color RGB value is (189,104,107).

#bd686b hex color red value is 189, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bd686b hue: 0.99 , saturation: 0.39 and the lightness value of bd686b is 0.57.

The process color (four color CMYK) of #bd686b color hex is 0.00, 0.45, 0.43, 0.26. Web safe color of #bd686b is #cc6666. Color #bd686b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 01101011
Octal 275 150 153
Decimal 189 104 107
Hex BD 68 6B

RGB Percentages of Color #bd686b

%47.25
%26.00
%26.75

CMYK Percentages of Color #bd686b

%0
%45
%43
%26

Triadic Colors of #bd686b

#bd686b #6bbd68 #686bbd

Analogous Colors of #bd686b

#bd686b #bd9068 #bd6896

Monochromatic Colors of #bd686b

#bd686b

Complementary Color

#bd686b #68bdba

#bd686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd686b Color CSS Codes

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

#bd686b Text Font Color

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

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


#bd686b Background Color

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

This div background color is #bd686b


#bd686b Border Color

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

This div border color is #bd686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd686b


Comments

No comments written yet.

Please login to write comment.