Color Hex Logo

#b00fac Color Hex

#B00FAC
(176,15,172)
0 Favorites   0 Comments

Color spaces of #b00fac

RGB 17615172
HSL0.840.840.37
HSV301°91°69°
CMYK 0.000.910.02   0.31
XYZ25.521712.550340.1070
Yxy12.55030.32650.1605
Hunter Lab35.426466.5978-42.3250
CIE-Lab42.077772.2374-43.2333

#b00fac color RGB value is (176,15,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 10101100
Octal 260 17 254
Decimal 176 15 172
Hex B0 F AC

RGB Percentages of Color #b00fac

%48.48
%4.13
%47.38

CMYK Percentages of Color #b00fac

%0
%91
%2
%31

Triadic Colors of #b00fac

#b00fac #acb00f #0facb0

Analogous Colors of #b00fac

#b00fac #b00f5c #630fb0

Monochromatic Colors of #b00fac

#b00fac

Complementary Color

#b00fac #0fb013

#b00fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fac Color CSS Codes

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

#b00fac Text Font Color

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

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


#b00fac Background Color

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

This div background color is #b00fac


#b00fac Border Color

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

This div border color is #b00fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fac


Comments

No comments written yet.

Please login to write comment.