Color Hex Logo

#bd8ccd Color Hex

#BD8CCD
(189,140,205)
0 Favorites   0 Comments

Color spaces of #bd8ccd

RGB 189140205
HSL0.790.390.68
HSV285°32°80°
CMYK 0.080.320.00   0.20
XYZ41.383833.982862.1358
Yxy33.98280.30100.2471
Hunter Lab58.294824.7024-22.3903
CIE-Lab64.948930.0486-26.3243

#bd8ccd color RGB value is (189,140,205).

#bd8ccd hex color red value is 189, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd8ccd hue: 0.79 , saturation: 0.39 and the lightness value of bd8ccd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001100 11001101
Octal 275 214 315
Decimal 189 140 205
Hex BD 8C CD

RGB Percentages of Color #bd8ccd

%35.39
%26.22
%38.39

CMYK Percentages of Color #bd8ccd

%8
%32
%0
%20

Triadic Colors of #bd8ccd

#bd8ccd #cdbd8c #8ccdbd

Analogous Colors of #bd8ccd

#bd8ccd #cd8cbd #9d8ccd

Monochromatic Colors of #bd8ccd

#bd8ccd

Complementary Color

#bd8ccd #9ccd8c

#bd8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ccd Color CSS Codes

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

#bd8ccd Text Font Color

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

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


#bd8ccd Background Color

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

This div background color is #bd8ccd


#bd8ccd Border Color

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

This div border color is #bd8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ccd


Comments

No comments written yet.

Please login to write comment.