Color Hex Logo

#b050ac Color Hex

#B050AC
(176,80,172)
0 Favorites   0 Comments

Color spaces of #b050ac

RGB 17680172
HSL0.840.380.50
HSV303°55°69°
CMYK 0.000.550.02   0.31
XYZ28.219617.946041.0063
Yxy17.94600.32370.2059
Hunter Lab42.362744.7716-27.7377
CIE-Lab49.430551.5319-31.6196

#b050ac color RGB value is (176,80,172).

#b050ac hex color red value is 176, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b050ac hue: 0.84 , saturation: 0.38 and the lightness value of b050ac is 0.50.

The process color (four color CMYK) of #b050ac color hex is 0.00, 0.55, 0.02, 0.31. Web safe color of #b050ac is #996699. Color #b050ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 10101100
Octal 260 120 254
Decimal 176 80 172
Hex B0 50 AC

RGB Percentages of Color #b050ac

%41.12
%18.69
%40.19

CMYK Percentages of Color #b050ac

%0
%55
%2
%31

Triadic Colors of #b050ac

#b050ac #acb050 #50acb0

Analogous Colors of #b050ac

#b050ac #b0507c #8450b0

Monochromatic Colors of #b050ac

#b050ac

Complementary Color

#b050ac #50b054

#b050ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b050ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b050ac Color CSS Codes

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

#b050ac Text Font Color

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

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


#b050ac Background Color

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

This div background color is #b050ac


#b050ac Border Color

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

This div border color is #b050ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,80,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b050ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b050ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b050ac;
  box-shadow:         1px 1px 3px 2px #b050ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,80,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b050ac


Comments

No comments written yet.

Please login to write comment.