Color Hex Logo

#b824ba Color Hex

#B824BA
(184,36,186)
0 Favorites   0 Comments

Color spaces of #b824ba

RGB 18436186
HSL0.830.680.44
HSV299°81°73°
CMYK 0.010.810.00   0.27
XYZ29.261014.997347.8069
Yxy14.99730.31780.1629
Hunter Lab38.726367.1006-46.0839
CIE-Lab45.630571.9651-45.7510

#b824ba color RGB value is (184,36,186).

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

The process color (four color CMYK) of #b824ba color hex is 0.01, 0.81, 0.00, 0.27. Web safe color of #b824ba is #cc33cc. Color #b824ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100100 10111010
Octal 270 44 272
Decimal 184 36 186
Hex B8 24 BA

RGB Percentages of Color #b824ba

%45.32
%8.87
%45.81

CMYK Percentages of Color #b824ba

%1
%81
%0
%27

Triadic Colors of #b824ba

#b824ba #bab824 #24bab8

Analogous Colors of #b824ba

#b824ba #ba2471 #6d24ba

Monochromatic Colors of #b824ba

#b824ba

Complementary Color

#b824ba #26ba24

#b824ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b824ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b824ba Color CSS Codes

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

#b824ba Text Font Color

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

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


#b824ba Background Color

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

This div background color is #b824ba


#b824ba Border Color

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

This div border color is #b824ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b824ba


Comments

No comments written yet.

Please login to write comment.