Color Hex Logo

#bd99cd Color Hex

#BD99CD
(189,153,205)
0 Favorites   0 Comments

Color spaces of #bd99cd

RGB 189153205
HSL0.780.340.70
HSV282°25°80°
CMYK 0.080.250.00   0.20
XYZ43.396938.009162.8068
Yxy38.00910.30090.2636
Hunter Lab61.651517.7571-17.2450
CIE-Lab68.027322.8275-21.6117

#bd99cd color RGB value is (189,153,205).

#bd99cd hex color red value is 189, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd99cd hue: 0.78 , saturation: 0.34 and the lightness value of bd99cd is 0.70.

The process color (four color CMYK) of #bd99cd color hex is 0.08, 0.25, 0.00, 0.20. Web safe color of #bd99cd is #cc99cc. Color #bd99cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 11001101
Octal 275 231 315
Decimal 189 153 205
Hex BD 99 CD

RGB Percentages of Color #bd99cd

%34.55
%27.97
%37.48

CMYK Percentages of Color #bd99cd

%8
%25
%0
%20

Triadic Colors of #bd99cd

#bd99cd #cdbd99 #99cdbd

Analogous Colors of #bd99cd

#bd99cd #cd99c3 #a399cd

Monochromatic Colors of #bd99cd

#bd99cd

Complementary Color

#bd99cd #a9cd99

#bd99cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd99cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd99cd Color CSS Codes

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

#bd99cd Text Font Color

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

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


#bd99cd Background Color

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

This div background color is #bd99cd


#bd99cd Border Color

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

This div border color is #bd99cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd99cd


Comments

No comments written yet.

Please login to write comment.