Color Hex Logo

#b43cfa Color Hex

#B43CFA
(180,60,250)
0 Favorites   0 Comments

Color spaces of #b43cfa

RGB 18060250
HSL0.770.950.61
HSV278°76°98°
CMYK 0.280.760.00   0.02
XYZ37.693619.837192.2848
Yxy19.83710.25160.1324
Hunter Lab44.538973.1230-91.6721
CIE-Lab51.652575.7440-72.6298

#b43cfa color RGB value is (180,60,250).

#b43cfa hex color red value is 180, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b43cfa hue: 0.77 , saturation: 0.95 and the lightness value of b43cfa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 11111010
Octal 264 74 372
Decimal 180 60 250
Hex B4 3C FA

RGB Percentages of Color #b43cfa

%36.73
%12.24
%51.02

CMYK Percentages of Color #b43cfa

%28
%76
%0
%2

Triadic Colors of #b43cfa

#b43cfa #fab43c #3cfab4

Analogous Colors of #b43cfa

#b43cfa #fa3ce1 #553cfa

Monochromatic Colors of #b43cfa

#b43cfa

Complementary Color

#b43cfa #82fa3c

#b43cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43cfa Color CSS Codes

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

#b43cfa Text Font Color

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

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


#b43cfa Background Color

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

This div background color is #b43cfa


#b43cfa Border Color

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

This div border color is #b43cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.