Color Hex Logo

#b42eff Color Hex

#B42EFF
(180,46,255)
0 Favorites   0 Comments

Color spaces of #b42eff

RGB 18046255
HSL0.771.000.59
HSV278°82°100°
CMYK 0.290.820.00   0.00
XYZ37.849418.877396.2565
Yxy18.87730.24740.1234
Hunter Lab43.448079.4649-100.9399
CIE-Lab50.543381.0304-77.2195

#b42eff color RGB value is (180,46,255).

#b42eff hex color red value is 180, green value is 46 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b42eff hue: 0.77 , saturation: 1.00 and the lightness value of b42eff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 11111111
Octal 264 56 377
Decimal 180 46 255
Hex B4 2E FF

RGB Percentages of Color #b42eff

%37.42
%9.56
%53.01

CMYK Percentages of Color #b42eff

%29
%82
%0
%0

Triadic Colors of #b42eff

#b42eff #ffb42e #2effb4

Analogous Colors of #b42eff

#b42eff #ff2ee2 #4b2eff

Monochromatic Colors of #b42eff

#b42eff

Complementary Color

#b42eff #79ff2e

#b42eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42eff Color CSS Codes

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

#b42eff Text Font Color

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

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


#b42eff Background Color

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

This div background color is #b42eff


#b42eff Border Color

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

This div border color is #b42eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42eff

Related Colors


Comments

No comments written yet.

Please login to write comment.