Color Hex Logo

#bd688d Color Hex

#BD688D
(189,104,141)
0 Favorites   0 Comments

Color spaces of #bd688d

RGB 189104141
HSL0.930.390.57
HSV334°45°74°
CMYK 0.000.450.25   0.26
XYZ30.744322.642527.9493
Yxy22.64250.37800.2784
Hunter Lab47.584132.0573-1.5160
CIE-Lab54.702238.4741-5.2060

#bd688d color RGB value is (189,104,141).

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

The process color (four color CMYK) of #bd688d color hex is 0.00, 0.45, 0.25, 0.26. Web safe color of #bd688d is #cc6699. Color #bd688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 10001101
Octal 275 150 215
Decimal 189 104 141
Hex BD 68 8D

RGB Percentages of Color #bd688d

%43.55
%23.96
%32.49

CMYK Percentages of Color #bd688d

%0
%45
%25
%26

Triadic Colors of #bd688d

#bd688d #8dbd68 #688dbd

Analogous Colors of #bd688d

#bd688d #bd6e68 #bd68b8

Monochromatic Colors of #bd688d

#bd688d

Complementary Color

#bd688d #68bd98

#bd688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd688d Color CSS Codes

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

#bd688d Text Font Color

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

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


#bd688d Background Color

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

This div background color is #bd688d


#bd688d Border Color

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

This div border color is #bd688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd688d


Comments

No comments written yet.

Please login to write comment.