Color Hex Logo

#bd8fd5 Color Hex

#BD8FD5
(189,143,213)
0 Favorites   0 Comments

Color spaces of #bd8fd5

RGB 189143213
HSL0.780.450.70
HSV279°33°84°
CMYK 0.110.330.00   0.16
XYZ42.819035.267867.5014
Yxy35.26780.29410.2422
Hunter Lab59.386724.7754-25.8208
CIE-Lab65.956630.0362-29.2307

#bd8fd5 color RGB value is (189,143,213).

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

The process color (four color CMYK) of #bd8fd5 color hex is 0.11, 0.33, 0.00, 0.16. Web safe color of #bd8fd5 is #cc99cc. Color #bd8fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11010101
Octal 275 217 325
Decimal 189 143 213
Hex BD 8F D5

RGB Percentages of Color #bd8fd5

%34.68
%26.24
%39.08

CMYK Percentages of Color #bd8fd5

%11
%33
%0
%16

Triadic Colors of #bd8fd5

#bd8fd5 #d5bd8f #8fd5bd

Analogous Colors of #bd8fd5

#bd8fd5 #d58fca #9a8fd5

Monochromatic Colors of #bd8fd5

#bd8fd5

Complementary Color

#bd8fd5 #a7d58f

#bd8fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8fd5 Color CSS Codes

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

#bd8fd5 Text Font Color

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

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


#bd8fd5 Background Color

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

This div background color is #bd8fd5


#bd8fd5 Border Color

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

This div border color is #bd8fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8fd5


Comments

No comments written yet.

Please login to write comment.