Color Hex Logo

#b431ba Color Hex

#B431BA
(180,49,186)
0 Favorites   0 Comments

Color spaces of #b431ba

RGB 18049186
HSL0.830.580.46
HSV297°74°73°
CMYK 0.030.740.00   0.27
XYZ28.783615.445147.9185
Yxy15.44510.31240.1676
Hunter Lab39.300361.9584-44.7817
CIE-Lab46.237967.5009-44.8219

#b431ba color RGB value is (180,49,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 10111010
Octal 264 61 272
Decimal 180 49 186
Hex B4 31 BA

RGB Percentages of Color #b431ba

%43.37
%11.81
%44.82

CMYK Percentages of Color #b431ba

%3
%74
%0
%27

Triadic Colors of #b431ba

#b431ba #bab431 #31bab4

Analogous Colors of #b431ba

#b431ba #ba317c #7031ba

Monochromatic Colors of #b431ba

#b431ba

Complementary Color

#b431ba #37ba31

#b431ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431ba Color CSS Codes

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

#b431ba Text Font Color

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

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


#b431ba Background Color

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

This div background color is #b431ba


#b431ba Border Color

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

This div border color is #b431ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431ba


Comments

No comments written yet.

Please login to write comment.