Color Hex Logo

#bd6fcb Color Hex

#BD6FCB
(189,111,203)
0 Favorites   0 Comments

Color spaces of #bd6fcb

RGB 189111203
HSL0.810.470.62
HSV291°45°80°
CMYK 0.070.450.00   0.20
XYZ37.450226.499559.6410
Yxy26.49950.30300.2144
Hunter Lab51.477739.7735-32.6579
CIE-Lab58.508245.4014-35.1784

#bd6fcb color RGB value is (189,111,203).

#bd6fcb hex color red value is 189, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd6fcb hue: 0.81 , saturation: 0.47 and the lightness value of bd6fcb is 0.62.

The process color (four color CMYK) of #bd6fcb color hex is 0.07, 0.45, 0.00, 0.20. Web safe color of #bd6fcb is #cc66cc. Color #bd6fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101111 11001011
Octal 275 157 313
Decimal 189 111 203
Hex BD 6F CB

RGB Percentages of Color #bd6fcb

%37.57
%22.07
%40.36

CMYK Percentages of Color #bd6fcb

%7
%45
%0
%20

Triadic Colors of #bd6fcb

#bd6fcb #cbbd6f #6fcbbd

Analogous Colors of #bd6fcb

#bd6fcb #cb6fab #8f6fcb

Monochromatic Colors of #bd6fcb

#bd6fcb

Complementary Color

#bd6fcb #7dcb6f

#bd6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6fcb Color CSS Codes

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

#bd6fcb Text Font Color

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

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


#bd6fcb Background Color

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

This div background color is #bd6fcb


#bd6fcb Border Color

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

This div border color is #bd6fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6fcb


Comments

No comments written yet.

Please login to write comment.