Color Hex Logo

#bd3fdb Color Hex

#BD3FDB
(189,63,219)
0 Favorites   0 Comments

Color spaces of #bd3fdb

RGB 18963219
HSL0.800.680.55
HSV288°71°86°
CMYK 0.140.710.00   0.14
XYZ35.550019.488368.9058
Yxy19.48830.28680.1572
Hunter Lab44.145666.4897-61.6425
CIE-Lab51.253770.3633-55.7553

#bd3fdb color RGB value is (189,63,219).

#bd3fdb hex color red value is 189, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd3fdb hue: 0.80 , saturation: 0.68 and the lightness value of bd3fdb is 0.55.

The process color (four color CMYK) of #bd3fdb color hex is 0.14, 0.71, 0.00, 0.14. Web safe color of #bd3fdb is #cc33cc. Color #bd3fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111111 11011011
Octal 275 77 333
Decimal 189 63 219
Hex BD 3F DB

RGB Percentages of Color #bd3fdb

%40.13
%13.38
%46.50

CMYK Percentages of Color #bd3fdb

%14
%71
%0
%14

Triadic Colors of #bd3fdb

#bd3fdb #dbbd3f #3fdbbd

Analogous Colors of #bd3fdb

#bd3fdb #db3fab #6f3fdb

Monochromatic Colors of #bd3fdb

#bd3fdb

Complementary Color

#bd3fdb #5ddb3f

#bd3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3fdb Color CSS Codes

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

#bd3fdb Text Font Color

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

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


#bd3fdb Background Color

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

This div background color is #bd3fdb


#bd3fdb Border Color

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

This div border color is #bd3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3fdb


Comments

No comments written yet.

Please login to write comment.