Color Hex Logo

#b42ffe Color Hex

#B42FFE
(180,47,254)
0 Favorites   0 Comments

Color spaces of #b42ffe

RGB 18047254
HSL0.770.990.59
HSV279°81°100°
CMYK 0.290.810.00   0.00
XYZ37.728318.892195.4240
Yxy18.89210.24810.1243
Hunter Lab43.465078.8768-99.7409
CIE-Lab50.560780.5627-76.6345

#b42ffe color RGB value is (180,47,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 11111110
Octal 264 57 376
Decimal 180 47 254
Hex B4 2F FE

RGB Percentages of Color #b42ffe

%37.42
%9.77
%52.81

CMYK Percentages of Color #b42ffe

%29
%81
%0
%0

Triadic Colors of #b42ffe

#b42ffe #feb42f #2ffeb4

Analogous Colors of #b42ffe

#b42ffe #fe2fe1 #4c2ffe

Monochromatic Colors of #b42ffe

#b42ffe

Complementary Color

#b42ffe #79fe2f

#b42ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ffe Color CSS Codes

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

#b42ffe Text Font Color

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

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


#b42ffe Background Color

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

This div background color is #b42ffe


#b42ffe Border Color

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

This div border color is #b42ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ffe


Comments

No comments written yet.

Please login to write comment.