Color Hex Logo

#bd3cfb Color Hex

#BD3CFB
(189,60,251)
0 Favorites   0 Comments

Color spaces of #bd3cfb

RGB 18960251
HSL0.780.960.61
HSV281°76°98°
CMYK 0.250.760.00   0.02
XYZ40.014721.015693.2142
Yxy21.01560.25940.1362
Hunter Lab45.842875.5821-88.4671
CIE-Lab52.966677.4706-70.9975

#bd3cfb color RGB value is (189,60,251).

#bd3cfb hex color red value is 189, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd3cfb hue: 0.78 , saturation: 0.96 and the lightness value of bd3cfb is 0.61.

The process color (four color CMYK) of #bd3cfb color hex is 0.25, 0.76, 0.00, 0.02. Web safe color of #bd3cfb is #cc33ff. Color #bd3cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 11111011
Octal 275 74 373
Decimal 189 60 251
Hex BD 3C FB

RGB Percentages of Color #bd3cfb

%37.80
%12.00
%50.20

CMYK Percentages of Color #bd3cfb

%25
%76
%0
%2

Triadic Colors of #bd3cfb

#bd3cfb #fbbd3c #3cfbbd

Analogous Colors of #bd3cfb

#bd3cfb #fb3cda #5e3cfb

Monochromatic Colors of #bd3cfb

#bd3cfb

Complementary Color

#bd3cfb #7afb3c

#bd3cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3cfb Color CSS Codes

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

#bd3cfb Text Font Color

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

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


#bd3cfb Background Color

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

This div background color is #bd3cfb


#bd3cfb Border Color

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

This div border color is #bd3cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3cfb


Comments

No comments written yet.

Please login to write comment.