Color Hex Logo

#bd8cdd Color Hex

#BD8CDD
(189,140,221)
0 Favorites   0 Comments

Color spaces of #bd8cdd

RGB 189140221
HSL0.770.540.71
HSV276°37°87°
CMYK 0.140.370.00   0.13
XYZ43.415534.795472.8346
Yxy34.79540.28740.2304
Hunter Lab58.987628.1495-31.9166
CIE-Lab65.589133.3922-34.2424

#bd8cdd color RGB value is (189,140,221).

#bd8cdd hex color red value is 189, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd8cdd hue: 0.77 , saturation: 0.54 and the lightness value of bd8cdd is 0.71.

The process color (four color CMYK) of #bd8cdd color hex is 0.14, 0.37, 0.00, 0.13. Web safe color of #bd8cdd is #cc99cc. Color #bd8cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001100 11011101
Octal 275 214 335
Decimal 189 140 221
Hex BD 8C DD

RGB Percentages of Color #bd8cdd

%34.36
%25.45
%40.18

CMYK Percentages of Color #bd8cdd

%14
%37
%0
%13

Triadic Colors of #bd8cdd

#bd8cdd #ddbd8c #8cddbd

Analogous Colors of #bd8cdd

#bd8cdd #dd8cd5 #958cdd

Monochromatic Colors of #bd8cdd

#bd8cdd

Complementary Color

#bd8cdd #acdd8c

#bd8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8cdd Color CSS Codes

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

#bd8cdd Text Font Color

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

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


#bd8cdd Background Color

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

This div background color is #bd8cdd


#bd8cdd Border Color

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

This div border color is #bd8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8cdd


Comments

No comments written yet.

Please login to write comment.