Color Hex Logo

#bd689e Color Hex

#BD689E
(189,104,158)
0 Favorites   0 Comments

Color spaces of #bd689e

RGB 189104158
HSL0.890.390.57
HSV322°45°74°
CMYK 0.000.450.16   0.26
XYZ32.108123.188135.1312
Yxy23.18810.35510.2564
Hunter Lab48.154034.7505-9.5477
CIE-Lab55.265641.0476-14.3031

#bd689e color RGB value is (189,104,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 10011110
Octal 275 150 236
Decimal 189 104 158
Hex BD 68 9E

RGB Percentages of Color #bd689e

%41.91
%23.06
%35.03

CMYK Percentages of Color #bd689e

%0
%45
%16
%26

Triadic Colors of #bd689e

#bd689e #9ebd68 #689ebd

Analogous Colors of #bd689e

#bd689e #bd6874 #b268bd

Monochromatic Colors of #bd689e

#bd689e

Complementary Color

#bd689e #68bd87

#bd689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd689e Color CSS Codes

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

#bd689e Text Font Color

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

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


#bd689e Background Color

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

This div background color is #bd689e


#bd689e Border Color

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

This div border color is #bd689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd689e


Comments

No comments written yet.

Please login to write comment.