Color Hex Logo

#b42afa Color Hex

#B42AFA
(180,42,250)
0 Favorites   0 Comments

Color spaces of #b42afa

RGB 18042250
HSL0.780.950.57
HSV280°83°98°
CMYK 0.280.830.00   0.02
XYZ36.905718.261492.0221
Yxy18.26140.25070.1241
Hunter Lab42.733479.3741-97.7619
CIE-Lab49.811681.1013-75.6240

#b42afa color RGB value is (180,42,250).

#b42afa hex color red value is 180, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b42afa hue: 0.78 , saturation: 0.95 and the lightness value of b42afa is 0.57.

The process color (four color CMYK) of #b42afa color hex is 0.28, 0.83, 0.00, 0.02. Web safe color of #b42afa is #cc33ff. Color #b42afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11111010
Octal 264 52 372
Decimal 180 42 250
Hex B4 2A FA

RGB Percentages of Color #b42afa

%38.14
%8.90
%52.97

CMYK Percentages of Color #b42afa

%28
%83
%0
%2

Triadic Colors of #b42afa

#b42afa #fab42a #2afab4

Analogous Colors of #b42afa

#b42afa #fa2ad8 #4c2afa

Monochromatic Colors of #b42afa

#b42afa

Complementary Color

#b42afa #70fa2a

#b42afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42afa Color CSS Codes

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

#b42afa Text Font Color

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

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


#b42afa Background Color

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

This div background color is #b42afa


#b42afa Border Color

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

This div border color is #b42afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42afa


Comments

No comments written yet.

Please login to write comment.