Color Hex Logo

#bd9fca Color Hex

#BD9FCA
(189,159,202)
0 Favorites   0 Comments

Color spaces of #bd9fca

RGB 189159202
HSL0.780.290.71
HSV282°21°79°
CMYK 0.060.210.00   0.21
XYZ44.045139.879461.2532
Yxy39.87940.30340.2747
Hunter Lab63.150113.9850-13.3039
CIE-Lab69.383518.8891-17.8892

#bd9fca color RGB value is (189,159,202).

#bd9fca hex color red value is 189, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd9fca hue: 0.78 , saturation: 0.29 and the lightness value of bd9fca is 0.71.

The process color (four color CMYK) of #bd9fca color hex is 0.06, 0.21, 0.00, 0.21. Web safe color of #bd9fca is #cc99cc. Color #bd9fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 11001010
Octal 275 237 312
Decimal 189 159 202
Hex BD 9F CA

RGB Percentages of Color #bd9fca

%34.36
%28.91
%36.73

CMYK Percentages of Color #bd9fca

%6
%21
%0
%21

Triadic Colors of #bd9fca

#bd9fca #cabd9f #9fcabd

Analogous Colors of #bd9fca

#bd9fca #ca9fc2 #a89fca

Monochromatic Colors of #bd9fca

#bd9fca

Complementary Color

#bd9fca #acca9f

#bd9fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fca Color CSS Codes

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

#bd9fca Text Font Color

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

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


#bd9fca Background Color

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

This div background color is #bd9fca


#bd9fca Border Color

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

This div border color is #bd9fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fca


Comments

No comments written yet.

Please login to write comment.