Color Hex Logo

#b42aff Color Hex

#B42AFF
(180,42,255)
0 Favorites   0 Comments

Color spaces of #b42aff

RGB 18042255
HSL0.771.000.58
HSV279°84°100°
CMYK 0.290.840.00   0.00
XYZ37.700418.579296.2069
Yxy18.57920.24720.1218
Hunter Lab43.103680.6931-102.1623
CIE-Lab50.191282.0649-77.7936

#b42aff color RGB value is (180,42,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11111111
Octal 264 52 377
Decimal 180 42 255
Hex B4 2A FF

RGB Percentages of Color #b42aff

%37.74
%8.81
%53.46

CMYK Percentages of Color #b42aff

%29
%84
%0
%0

Triadic Colors of #b42aff

#b42aff #ffb42a #2affb4

Analogous Colors of #b42aff

#b42aff #ff2ae0 #492aff

Monochromatic Colors of #b42aff

#b42aff

Complementary Color

#b42aff #75ff2a

#b42aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42aff Color CSS Codes

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

#b42aff Text Font Color

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

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


#b42aff Background Color

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

This div background color is #b42aff


#b42aff Border Color

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

This div border color is #b42aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42aff

#b42aff Color Palettes


Comments

No comments written yet.

Please login to write comment.