Color Hex Logo

#bd8ddf Color Hex

#BD8DDF
(189,141,223)
0 Favorites   0 Comments

Color spaces of #bd8ddf

RGB 189141223
HSL0.760.560.71
HSV275°37°87°
CMYK 0.150.370.00   0.13
XYZ43.830435.196374.2955
Yxy35.19630.28590.2296
Hunter Lab59.326528.0545-32.7213
CIE-Lab65.901233.2695-34.8659

#bd8ddf color RGB value is (189,141,223).

#bd8ddf hex color red value is 189, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd8ddf hue: 0.76 , saturation: 0.56 and the lightness value of bd8ddf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 11011111
Octal 275 215 337
Decimal 189 141 223
Hex BD 8D DF

RGB Percentages of Color #bd8ddf

%34.18
%25.50
%40.33

CMYK Percentages of Color #bd8ddf

%15
%37
%0
%13

Triadic Colors of #bd8ddf

#bd8ddf #dfbd8d #8ddfbd

Analogous Colors of #bd8ddf

#bd8ddf #df8dd8 #948ddf

Monochromatic Colors of #bd8ddf

#bd8ddf

Complementary Color

#bd8ddf #afdf8d

#bd8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ddf Color CSS Codes

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

#bd8ddf Text Font Color

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

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


#bd8ddf Background Color

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

This div background color is #bd8ddf


#bd8ddf Border Color

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

This div border color is #bd8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ddf


Comments

No comments written yet.

Please login to write comment.