Color Hex Logo

#bd9fce Color Hex

#BD9FCE
(189,159,206)
0 Favorites   0 Comments

Color spaces of #bd9fce

RGB 189159206
HSL0.770.320.72
HSV278°23°81°
CMYK 0.080.230.00   0.19
XYZ44.525040.071363.7803
Yxy40.07130.30010.2701
Hunter Lab63.301914.7742-15.4268
CIE-Lab69.520319.7000-19.8934

#bd9fce color RGB value is (189,159,206).

#bd9fce hex color red value is 189, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd9fce hue: 0.77 , saturation: 0.32 and the lightness value of bd9fce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 11001110
Octal 275 237 316
Decimal 189 159 206
Hex BD 9F CE

RGB Percentages of Color #bd9fce

%34.12
%28.70
%37.18

CMYK Percentages of Color #bd9fce

%8
%23
%0
%19

Triadic Colors of #bd9fce

#bd9fce #cebd9f #9fcebd

Analogous Colors of #bd9fce

#bd9fce #ce9fc8 #a69fce

Monochromatic Colors of #bd9fce

#bd9fce

Complementary Color

#bd9fce #b0ce9f

#bd9fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fce Color CSS Codes

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

#bd9fce Text Font Color

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

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


#bd9fce Background Color

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

This div background color is #bd9fce


#bd9fce Border Color

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

This div border color is #bd9fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,159,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 #bd9fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fce


Comments

No comments written yet.

Please login to write comment.