Color Hex Logo

#bd699e Color Hex

#BD699E
(189,105,158)
0 Favorites   0 Comments

Color spaces of #bd699e

RGB 189105158
HSL0.890.390.58
HSV322°44°74°
CMYK 0.000.440.16   0.26
XYZ32.209423.390635.1650
Yxy23.39060.35490.2577
Hunter Lab48.363834.2409-9.2547
CIE-Lab55.472440.5218-13.9905

#bd699e color RGB value is (189,105,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 10011110
Octal 275 151 236
Decimal 189 105 158
Hex BD 69 9E

RGB Percentages of Color #bd699e

%41.81
%23.23
%34.96

CMYK Percentages of Color #bd699e

%0
%44
%16
%26

Triadic Colors of #bd699e

#bd699e #9ebd69 #699ebd

Analogous Colors of #bd699e

#bd699e #bd6974 #b269bd

Monochromatic Colors of #bd699e

#bd699e

Complementary Color

#bd699e #69bd88

#bd699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd699e Color CSS Codes

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

#bd699e Text Font Color

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

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


#bd699e Background Color

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

This div background color is #bd699e


#bd699e Border Color

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

This div border color is #bd699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd699e


Comments

No comments written yet.

Please login to write comment.