Color Hex Logo

#b231ba Color Hex

#B231BA
(178,49,186)
0 Favorites   0 Comments

Color spaces of #b231ba

RGB 17849186
HSL0.820.580.46
HSV296°74°73°
CMYK 0.040.740.00   0.27
XYZ28.321315.206847.8969
Yxy15.20680.30980.1663
Hunter Lab38.995961.3952-45.5261
CIE-Lab45.916167.0804-45.3538

#b231ba color RGB value is (178,49,186).

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

The process color (four color CMYK) of #b231ba color hex is 0.04, 0.74, 0.00, 0.27. Web safe color of #b231ba is #9933cc. Color #b231ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 10111010
Octal 262 61 272
Decimal 178 49 186
Hex B2 31 BA

RGB Percentages of Color #b231ba

%43.10
%11.86
%45.04

CMYK Percentages of Color #b231ba

%4
%74
%0
%27

Triadic Colors of #b231ba

#b231ba #bab231 #31bab2

Analogous Colors of #b231ba

#b231ba #ba317e #6e31ba

Monochromatic Colors of #b231ba

#b231ba

Complementary Color

#b231ba #39ba31

#b231ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231ba Color CSS Codes

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

#b231ba Text Font Color

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

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


#b231ba Background Color

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

This div background color is #b231ba


#b231ba Border Color

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

This div border color is #b231ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231ba


Comments

No comments written yet.

Please login to write comment.