Color Hex Logo

#bd8ffb Color Hex

#BD8FFB
(189,143,251)
0 Favorites   0 Comments

Color spaces of #bd8ffb

RGB 189143251
HSL0.740.930.77
HSV266°43°98°
CMYK 0.250.430.00   0.02
XYZ48.221337.428895.9497
Yxy37.42880.26550.2061
Hunter Lab61.179133.6302-50.1616
CIE-Lab67.597538.4491-47.6116

#bd8ffb color RGB value is (189,143,251).

#bd8ffb hex color red value is 189, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd8ffb hue: 0.74 , saturation: 0.93 and the lightness value of bd8ffb is 0.77.

The process color (four color CMYK) of #bd8ffb color hex is 0.25, 0.43, 0.00, 0.02. Web safe color of #bd8ffb is #cc99ff. Color #bd8ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11111011
Octal 275 217 373
Decimal 189 143 251
Hex BD 8F FB

RGB Percentages of Color #bd8ffb

%32.42
%24.53
%43.05

CMYK Percentages of Color #bd8ffb

%25
%43
%0
%2

Triadic Colors of #bd8ffb

#bd8ffb #fbbd8f #8ffbbd

Analogous Colors of #bd8ffb

#bd8ffb #f38ffb #8f97fb

Monochromatic Colors of #bd8ffb

#bd8ffb

Complementary Color

#bd8ffb #cdfb8f

#bd8ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ffb Color CSS Codes

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

#bd8ffb Text Font Color

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

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


#bd8ffb Background Color

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

This div background color is #bd8ffb


#bd8ffb Border Color

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

This div border color is #bd8ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ffb


Comments

No comments written yet.

Please login to write comment.