Color Hex Logo

#b010ac Color Hex

#B010AC
(176,16,172)
0 Favorites   0 Comments

Color spaces of #b010ac

RGB 17616172
HSL0.840.830.38
HSV302°91°69°
CMYK 0.000.910.02   0.31
XYZ25.536212.579240.1119
Yxy12.57920.32640.1608
Hunter Lab35.467266.4516-42.2275
CIE-Lab42.122272.1065-43.1624

#b010ac color RGB value is (176,16,172).

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

The process color (four color CMYK) of #b010ac color hex is 0.00, 0.91, 0.02, 0.31. Web safe color of #b010ac is #990099. Color #b010ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010000 10101100
Octal 260 20 254
Decimal 176 16 172
Hex B0 10 AC

RGB Percentages of Color #b010ac

%48.35
%4.40
%47.25

CMYK Percentages of Color #b010ac

%0
%91
%2
%31

Triadic Colors of #b010ac

#b010ac #acb010 #10acb0

Analogous Colors of #b010ac

#b010ac #b0105c #6410b0

Monochromatic Colors of #b010ac

#b010ac

Complementary Color

#b010ac #10b014

#b010ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b010ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b010ac Color CSS Codes

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

#b010ac Text Font Color

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

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


#b010ac Background Color

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

This div background color is #b010ac


#b010ac Border Color

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

This div border color is #b010ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b010ac


Comments

No comments written yet.

Please login to write comment.