Color Hex Logo

#b00fa6 Color Hex

#B00FA6
(176,15,166)
0 Favorites   0 Comments

Color spaces of #b00fa6

RGB 17615166
HSL0.840.840.37
HSV304°91°69°
CMYK 0.000.910.06   0.31
XYZ24.958312.324937.1399
Yxy12.32490.33540.1656
Hunter Lab35.106865.4630-38.1487
CIE-Lab41.727971.3538-40.2100

#b00fa6 color RGB value is (176,15,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 10100110
Octal 260 17 246
Decimal 176 15 166
Hex B0 F A6

RGB Percentages of Color #b00fa6

%49.30
%4.20
%46.50

CMYK Percentages of Color #b00fa6

%0
%91
%6
%31

Triadic Colors of #b00fa6

#b00fa6 #a6b00f #0fa6b0

Analogous Colors of #b00fa6

#b00fa6 #b00f56 #6a0fb0

Monochromatic Colors of #b00fa6

#b00fa6

Complementary Color

#b00fa6 #0fb019

#b00fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fa6 Color CSS Codes

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

#b00fa6 Text Font Color

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

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


#b00fa6 Background Color

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

This div background color is #b00fa6


#b00fa6 Border Color

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

This div border color is #b00fa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fa6


Comments

No comments written yet.

Please login to write comment.