Color Hex Logo

#b443fc Color Hex

#B443FC
(180,67,252)
0 Favorites   0 Comments

Color spaces of #b443fc

RGB 18067252
HSL0.770.970.63
HSV277°73°99°
CMYK 0.290.730.00   0.01
XYZ38.400220.745994.0759
Yxy20.74590.25060.1354
Hunter Lab45.547770.7809-90.5765
CIE-Lab52.670373.6384-72.0918

#b443fc color RGB value is (180,67,252).

#b443fc hex color red value is 180, green value is 67 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b443fc hue: 0.77 , saturation: 0.97 and the lightness value of b443fc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11111100
Octal 264 103 374
Decimal 180 67 252
Hex B4 43 FC

RGB Percentages of Color #b443fc

%36.07
%13.43
%50.50

CMYK Percentages of Color #b443fc

%29
%73
%0
%1

Triadic Colors of #b443fc

#b443fc #fcb443 #43fcb4

Analogous Colors of #b443fc

#b443fc #fc43e8 #5743fc

Monochromatic Colors of #b443fc

#b443fc

Complementary Color

#b443fc #8bfc43

#b443fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443fc Color CSS Codes

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

#b443fc Text Font Color

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

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


#b443fc Background Color

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

This div background color is #b443fc


#b443fc Border Color

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

This div border color is #b443fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443fc


Comments

No comments written yet.

Please login to write comment.