Color Hex Logo

#bd8fce Color Hex

#BD8FCE
(189,143,206)
0 Favorites   0 Comments

Color spaces of #bd8fce

RGB 189143206
HSL0.790.390.68
HSV284°31°81°
CMYK 0.080.310.00   0.19
XYZ41.949334.920062.9218
Yxy34.92000.30010.2498
Hunter Lab59.093123.3013-21.7662
CIE-Lab65.686328.5885-25.7495

#bd8fce color RGB value is (189,143,206).

#bd8fce hex color red value is 189, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd8fce hue: 0.79 , saturation: 0.39 and the lightness value of bd8fce is 0.68.

The process color (four color CMYK) of #bd8fce color hex is 0.08, 0.31, 0.00, 0.19. Web safe color of #bd8fce is #cc99cc. Color #bd8fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 11001110
Octal 275 217 316
Decimal 189 143 206
Hex BD 8F CE

RGB Percentages of Color #bd8fce

%35.13
%26.58
%38.29

CMYK Percentages of Color #bd8fce

%8
%31
%0
%19

Triadic Colors of #bd8fce

#bd8fce #cebd8f #8fcebd

Analogous Colors of #bd8fce

#bd8fce #ce8fc0 #9e8fce

Monochromatic Colors of #bd8fce

#bd8fce

Complementary Color

#bd8fce #a0ce8f

#bd8fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8fce Color CSS Codes

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

#bd8fce Text Font Color

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

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


#bd8fce Background Color

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

This div background color is #bd8fce


#bd8fce Border Color

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

This div border color is #bd8fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8fce

#bd8fce Color Palettes


Comments

No comments written yet.

Please login to write comment.