Color Hex Logo

#bd687e Color Hex

#BD687E
(189,104,126)
0 Favorites   0 Comments

Color spaces of #bd687e

RGB 189104126
HSL0.960.390.57
HSV344°45°74°
CMYK 0.000.450.33   0.26
XYZ29.702522.225822.4632
Yxy22.22580.39930.2988
Hunter Lab47.144229.95874.7506
CIE-Lab54.265836.43372.9706

#bd687e color RGB value is (189,104,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 01111110
Octal 275 150 176
Decimal 189 104 126
Hex BD 68 7E

RGB Percentages of Color #bd687e

%45.11
%24.82
%30.07

CMYK Percentages of Color #bd687e

%0
%45
%33
%26

Triadic Colors of #bd687e

#bd687e #7ebd68 #687ebd

Analogous Colors of #bd687e

#bd687e #bd7d68 #bd68a9

Monochromatic Colors of #bd687e

#bd687e

Complementary Color

#bd687e #68bda7

#bd687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd687e Color CSS Codes

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

#bd687e Text Font Color

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

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


#bd687e Background Color

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

This div background color is #bd687e


#bd687e Border Color

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

This div border color is #bd687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd687e


Comments

No comments written yet.

Please login to write comment.