Color Hex Logo

#b42fba Color Hex

#B42FBA
(180,47,186)
0 Favorites   0 Comments

Color spaces of #b42fba

RGB 18047186
HSL0.830.600.46
HSV297°75°73°
CMYK 0.030.750.00   0.27
XYZ28.701815.281547.8912
Yxy15.28150.31240.1663
Hunter Lab39.091662.6480-45.2723
CIE-Lab46.017468.1331-45.1733

#b42fba color RGB value is (180,47,186).

#b42fba hex color red value is 180, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b42fba hue: 0.83 , saturation: 0.60 and the lightness value of b42fba is 0.46.

The process color (four color CMYK) of #b42fba color hex is 0.03, 0.75, 0.00, 0.27. Web safe color of #b42fba is #cc33cc. Color #b42fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 10111010
Octal 264 57 272
Decimal 180 47 186
Hex B4 2F BA

RGB Percentages of Color #b42fba

%43.58
%11.38
%45.04

CMYK Percentages of Color #b42fba

%3
%75
%0
%27

Triadic Colors of #b42fba

#b42fba #bab42f #2fbab4

Analogous Colors of #b42fba

#b42fba #ba2f7b #6f2fba

Monochromatic Colors of #b42fba

#b42fba

Complementary Color

#b42fba #35ba2f

#b42fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42fba Color CSS Codes

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

#b42fba Text Font Color

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

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


#b42fba Background Color

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

This div background color is #b42fba


#b42fba Border Color

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

This div border color is #b42fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42fba


Comments

No comments written yet.

Please login to write comment.