Color Hex Logo

#b40eec Color Hex

#B40EEC
(180,14,236)
0 Favorites   0 Comments

Color spaces of #b40eec

RGB 18014236
HSL0.790.890.49
HSV285°94°93°
CMYK 0.240.940.00   0.07
XYZ34.119816.073580.6611
Yxy16.07350.26070.1228
Hunter Lab40.091881.7505-91.2220
CIE-Lab47.070883.4957-72.2237

#b40eec color RGB value is (180,14,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001110 11101100
Octal 264 16 354
Decimal 180 14 236
Hex B4 E EC

RGB Percentages of Color #b40eec

%41.86
%3.26
%54.88

CMYK Percentages of Color #b40eec

%24
%94
%0
%7

Triadic Colors of #b40eec

#b40eec #ecb40e #0eecb4

Analogous Colors of #b40eec

#b40eec #ec0eb5 #450eec

Monochromatic Colors of #b40eec

#b40eec

Complementary Color

#b40eec #46ec0e

#b40eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40eec Color CSS Codes

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

#b40eec Text Font Color

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

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


#b40eec Background Color

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

This div background color is #b40eec


#b40eec Border Color

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

This div border color is #b40eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40eec


Comments

No comments written yet.

Please login to write comment.