Color Hex Logo

#b040fc Color Hex

#B040FC
(176,64,252)
0 Favorites   0 Comments

Color spaces of #b040fc

RGB 17664252
HSL0.770.970.62
HSV276°75°99°
CMYK 0.300.750.00   0.01
XYZ37.308619.925293.9750
Yxy19.92520.24670.1318
Hunter Lab44.637771.0762-93.5760
CIE-Lab51.752574.0580-73.6060

#b040fc color RGB value is (176,64,252).

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

The process color (four color CMYK) of #b040fc color hex is 0.30, 0.75, 0.00, 0.01. Web safe color of #b040fc is #9933ff. Color #b040fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 11111100
Octal 260 100 374
Decimal 176 64 252
Hex B0 40 FC

RGB Percentages of Color #b040fc

%35.77
%13.01
%51.22

CMYK Percentages of Color #b040fc

%30
%75
%0
%1

Triadic Colors of #b040fc

#b040fc #fcb040 #40fcb0

Analogous Colors of #b040fc

#b040fc #fc40ea #5240fc

Monochromatic Colors of #b040fc

#b040fc

Complementary Color

#b040fc #8cfc40

#b040fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b040fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b040fc Color CSS Codes

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

#b040fc Text Font Color

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

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


#b040fc Background Color

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

This div background color is #b040fc


#b040fc Border Color

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

This div border color is #b040fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b040fc


Comments

No comments written yet.

Please login to write comment.