Color Hex Logo

#b40fec Color Hex

#B40FEC
(180,15,236)
0 Favorites   0 Comments

Color spaces of #b40fec

RGB 18015236
HSL0.790.880.49
HSV285°94°93°
CMYK 0.240.940.00   0.07
XYZ34.133516.101180.6657
Yxy16.10110.26080.1230
Hunter Lab40.126281.6210-91.1024
CIE-Lab47.106983.3878-72.1650

#b40fec color RGB value is (180,15,236).

#b40fec hex color red value is 180, green value is 15 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b40fec hue: 0.79 , saturation: 0.88 and the lightness value of b40fec is 0.49.

The process color (four color CMYK) of #b40fec color hex is 0.24, 0.94, 0.00, 0.07. Web safe color of #b40fec is #cc00ff. Color #b40fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001111 11101100
Octal 264 17 354
Decimal 180 15 236
Hex B4 F EC

RGB Percentages of Color #b40fec

%41.76
%3.48
%54.76

CMYK Percentages of Color #b40fec

%24
%94
%0
%7

Triadic Colors of #b40fec

#b40fec #ecb40f #0fecb4

Analogous Colors of #b40fec

#b40fec #ec0fb6 #460fec

Monochromatic Colors of #b40fec

#b40fec

Complementary Color

#b40fec #47ec0f

#b40fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40fec Color CSS Codes

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

#b40fec Text Font Color

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

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


#b40fec Background Color

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

This div background color is #b40fec


#b40fec Border Color

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

This div border color is #b40fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40fec


Comments

No comments written yet.

Please login to write comment.