Color Hex Logo

#b124ba Color Hex

#B124BA
(177,36,186)
0 Favorites   0 Comments

Color spaces of #b124ba

RGB 17736186
HSL0.820.680.44
HSV296°81°73°
CMYK 0.050.810.00   0.27
XYZ27.625314.154047.7304
Yxy14.15400.30860.1581
Hunter Lab37.621865.2325-48.8854
CIE-Lab44.453070.6287-47.7001

#b124ba color RGB value is (177,36,186).

#b124ba hex color red value is 177, green value is 36 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b124ba hue: 0.82 , saturation: 0.68 and the lightness value of b124ba is 0.44.

The process color (four color CMYK) of #b124ba color hex is 0.05, 0.81, 0.00, 0.27. Web safe color of #b124ba is #9933cc. Color #b124ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100100 10111010
Octal 261 44 272
Decimal 177 36 186
Hex B1 24 BA

RGB Percentages of Color #b124ba

%44.36
%9.02
%46.62

CMYK Percentages of Color #b124ba

%5
%81
%0
%27

Triadic Colors of #b124ba

#b124ba #bab124 #24bab1

Analogous Colors of #b124ba

#b124ba #ba2478 #6624ba

Monochromatic Colors of #b124ba

#b124ba

Complementary Color

#b124ba #2dba24

#b124ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b124ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b124ba Color CSS Codes

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

#b124ba Text Font Color

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

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


#b124ba Background Color

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

This div background color is #b124ba


#b124ba Border Color

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

This div border color is #b124ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b124ba


Comments

No comments written yet.

Please login to write comment.