color codes Logo

#bd6fdb color codes

#BD6FDB
(189,111,219)
0 Favorites   0 Comments

Color spaces of #bd6fdb

RGB 189111219
HSL0.790.600.65
HSV283°49°86°
CMYK 0.140.490.00   0.14
XYZ39.456927.302270.2081
Yxy27.30220.28810.1993
Hunter Lab52.251543.3513-43.0894
CIE-Lab59.253048.6244-43.0383

#bd6fdb color RGB value is (189,111,219).

#bd6fdb hex color red value is 189, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd6fdb hue: 0.79 , saturation: 0.60 and the lightness value of bd6fdb is 0.65.

The process color (four color CMYK) of #bd6fdb color code is 0.14, 0.49, 0.00, 0.14. Web safe color of #bd6fdb is #cc66cc. Color #bd6fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101111 11011011
Octal 275 157 333
Decimal 189 111 219
Hex BD 6F DB

RGB Percentages of Color #bd6fdb

%36.42
%21.39
%42.20

CMYK Percentages of Color #bd6fdb

%14
%49
%0
%14

Triadic Colors of #bd6fdb

#bd6fdb #dbbd6f #6fdbbd

Analogous Colors of #bd6fdb

#bd6fdb #db6fc3 #876fdb

Monochromatic Colors of #bd6fdb

#bd6fdb

Complementary Color

#bd6fdb #8ddb6f

#bd6fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6fdb Color CSS Codes

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

#bd6fdb Text Font Color

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

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


#bd6fdb Background Color

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

This div background color is #bd6fdb


#bd6fdb Border Color

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

This div border color is #bd6fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6fdb


Comments

No comments written yet.

Please login to write comment.