Color Hex Logo

#bd687c Color Hex

#BD687C
(189,104,124)
0 Favorites   0 Comments

Color spaces of #bd687c

RGB 189104124
HSL0.960.390.57
HSV346°45°74°
CMYK 0.000.450.34   0.26
XYZ29.574722.174721.7902
Yxy22.17470.40220.3015
Hunter Lab47.090029.69875.5275
CIE-Lab54.211936.17874.0699

#bd687c color RGB value is (189,104,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 01111100
Octal 275 150 174
Decimal 189 104 124
Hex BD 68 7C

RGB Percentages of Color #bd687c

%45.32
%24.94
%29.74

CMYK Percentages of Color #bd687c

%0
%45
%34
%26

Triadic Colors of #bd687c

#bd687c #7cbd68 #687cbd

Analogous Colors of #bd687c

#bd687c #bd7f68 #bd68a7

Monochromatic Colors of #bd687c

#bd687c

Complementary Color

#bd687c #68bda9

#bd687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd687c Color CSS Codes

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

#bd687c Text Font Color

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

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


#bd687c Background Color

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

This div background color is #bd687c


#bd687c Border Color

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

This div border color is #bd687c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd687c


Comments

No comments written yet.

Please login to write comment.