Color Hex Logo

#bd8feb Color Hex

#BD8FEB
(189,143,235)
0 Favorites   0 Comments

Color spaces of #bd8feb

RGB 189143235
HSL0.750.700.74
HSV270°39°92°
CMYK 0.200.390.00   0.08
XYZ45.804136.461983.2210
Yxy36.46190.27680.2203
Hunter Lab60.383729.7299-39.4451
CIE-Lab66.871434.8012-39.9793

#bd8feb color RGB value is (189,143,235).

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

The process color (four color CMYK) of #bd8feb color hex is 0.20, 0.39, 0.00, 0.08. Web safe color of #bd8feb is #cc99ff. Color #bd8feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11101011
Octal 275 217 353
Decimal 189 143 235
Hex BD 8F EB

RGB Percentages of Color #bd8feb

%33.33
%25.22
%41.45

CMYK Percentages of Color #bd8feb

%20
%39
%0
%8

Triadic Colors of #bd8feb

#bd8feb #ebbd8f #8febbd

Analogous Colors of #bd8feb

#bd8feb #eb8feb #8f8feb

Monochromatic Colors of #bd8feb

#bd8feb

Complementary Color

#bd8feb #bdeb8f

#bd8feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8feb Color CSS Codes

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

#bd8feb Text Font Color

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

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


#bd8feb Background Color

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

This div background color is #bd8feb


#bd8feb Border Color

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

This div border color is #bd8feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8feb


Comments

No comments written yet.

Please login to write comment.