Color Hex Logo

#bd4cfb Color Hex

#BD4CFB
(189,76,251)
0 Favorites   0 Comments

Color spaces of #bd4cfb

RGB 18976251
HSL0.770.960.64
HSV279°70°98°
CMYK 0.250.700.00   0.02
XYZ40.983322.952793.5370
Yxy22.95270.26030.1458
Hunter Lab47.909068.8555-82.2209
CIE-Lab55.023671.6037-67.6699

#bd4cfb color RGB value is (189,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001100 11111011
Octal 275 114 373
Decimal 189 76 251
Hex BD 4C FB

RGB Percentages of Color #bd4cfb

%36.63
%14.73
%48.64

CMYK Percentages of Color #bd4cfb

%25
%70
%0
%2

Triadic Colors of #bd4cfb

#bd4cfb #fbbd4c #4cfbbd

Analogous Colors of #bd4cfb

#bd4cfb #fb4ce2 #664cfb

Monochromatic Colors of #bd4cfb

#bd4cfb

Complementary Color

#bd4cfb #8afb4c

#bd4cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4cfb Color CSS Codes

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

#bd4cfb Text Font Color

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

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


#bd4cfb Background Color

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

This div background color is #bd4cfb


#bd4cfb Border Color

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

This div border color is #bd4cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.