Color Hex Logo

#b43dfe Color Hex

#B43DFE
(180,61,254)
0 Favorites   0 Comments

Color spaces of #b43dfe

RGB 18061254
HSL0.770.990.62
HSV277°76°100°
CMYK 0.290.760.00   0.00
XYZ38.380520.196595.6414
Yxy20.19650.24890.1310
Hunter Lab44.940573.7983-94.7213
CIE-Lab52.058776.2115-74.1971

#b43dfe color RGB value is (180,61,254).

#b43dfe hex color red value is 180, green value is 61 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b43dfe hue: 0.77 , saturation: 0.99 and the lightness value of b43dfe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 11111110
Octal 264 75 376
Decimal 180 61 254
Hex B4 3D FE

RGB Percentages of Color #b43dfe

%36.36
%12.32
%51.31

CMYK Percentages of Color #b43dfe

%29
%76
%0
%0

Triadic Colors of #b43dfe

#b43dfe #feb43d #3dfeb4

Analogous Colors of #b43dfe

#b43dfe #fe3de8 #543dfe

Monochromatic Colors of #b43dfe

#b43dfe

Complementary Color

#b43dfe #87fe3d

#b43dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43dfe Color CSS Codes

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

#b43dfe Text Font Color

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

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


#b43dfe Background Color

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

This div background color is #b43dfe


#b43dfe Border Color

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

This div border color is #b43dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,61,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b43dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b43dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #b43dfe;
  box-shadow:         1px 1px 3px 2px #b43dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,61,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43dfe


Comments

No comments written yet.

Please login to write comment.