Color Hex Logo

#bd9ebd Color Hex

#BD9EBD
(189,158,189)
0 Favorites   0 Comments

Color spaces of #bd9ebd

RGB 189158189
HSL0.830.190.68
HSV300°16°74°
CMYK 0.000.160.00   0.26
XYZ42.398438.946753.4269
Yxy38.94670.31460.2890
Hunter Lab62.407312.0570-7.0731
CIE-Lab68.712616.8977-11.6915

#bd9ebd color RGB value is (189,158,189).

#bd9ebd hex color red value is 189, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd9ebd hue: 0.83 , saturation: 0.19 and the lightness value of bd9ebd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011110 10111101
Octal 275 236 275
Decimal 189 158 189
Hex BD 9E BD

RGB Percentages of Color #bd9ebd

%35.26
%29.48
%35.26

CMYK Percentages of Color #bd9ebd

%0
%16
%0
%26

Triadic Colors of #bd9ebd

#bd9ebd #bdbd9e #9ebdbd

Analogous Colors of #bd9ebd

#bd9ebd #bd9eae #ae9ebd

Monochromatic Colors of #bd9ebd

#bd9ebd

Complementary Color

#bd9ebd #9ebd9e

#bd9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9ebd Color CSS Codes

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

#bd9ebd Text Font Color

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

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


#bd9ebd Background Color

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

This div background color is #bd9ebd


#bd9ebd Border Color

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

This div border color is #bd9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9ebd


Comments

No comments written yet.

Please login to write comment.