Color Hex Logo

#bd687b Color Hex

#BD687B
(189,104,123)
0 Favorites   0 Comments

Color spaces of #bd687b

RGB 189104123
HSL0.960.390.57
HSV347°45°74°
CMYK 0.000.450.35   0.26
XYZ29.511722.149521.4587
Yxy22.14950.40360.3029
Hunter Lab47.063329.57035.9107
CIE-Lab54.185336.05264.6203

#bd687b color RGB value is (189,104,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 01111011
Octal 275 150 173
Decimal 189 104 123
Hex BD 68 7B

RGB Percentages of Color #bd687b

%45.43
%25.00
%29.57

CMYK Percentages of Color #bd687b

%0
%45
%35
%26

Triadic Colors of #bd687b

#bd687b #7bbd68 #687bbd

Analogous Colors of #bd687b

#bd687b #bd8068 #bd68a6

Monochromatic Colors of #bd687b

#bd687b

Complementary Color

#bd687b #68bdaa

#bd687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd687b Color CSS Codes

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

#bd687b Text Font Color

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

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


#bd687b Background Color

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

This div background color is #bd687b


#bd687b Border Color

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

This div border color is #bd687b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,104,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 #bd687b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd687b


Comments

No comments written yet.

Please login to write comment.