Color Hex Logo

#b3006a Color Hex

#B3006A
(179,0,106)
0 Favorites   0 Comments

Color spaces of #b3006a

RGB 1790106
HSL0.901.000.35
HSV324°100°70°
CMYK 0.001.000.41   0.30
XYZ21.191910.624314.5694
Yxy10.62430.45690.2290
Hunter Lab32.594959.0123-3.6852
CIE-Lab38.940466.3774-7.5709

#b3006a color RGB value is (179,0,106).

#b3006a hex color red value is 179, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b3006a hue: 0.90 , saturation: 1.00 and the lightness value of b3006a is 0.35.

The process color (four color CMYK) of #b3006a color hex is 0.00, 1.00, 0.41, 0.30. Web safe color of #b3006a is #cc0066. Color #b3006a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 01101010
Octal 263 0 152
Decimal 179 0 106
Hex B3 0 6A

RGB Percentages of Color #b3006a

%62.81
%0.00
%37.19

CMYK Percentages of Color #b3006a

%0
%100
%41
%30

Triadic Colors of #b3006a

#b3006a #6ab300 #006ab3

Analogous Colors of #b3006a

#b3006a #b30010 #a300b3

Monochromatic Colors of #b3006a

#b3006a

Complementary Color

#b3006a #00b349

#b3006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3006a Color CSS Codes

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

#b3006a Text Font Color

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

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


#b3006a Background Color

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

This div background color is #b3006a


#b3006a Border Color

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

This div border color is #b3006a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,0,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3006a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3006a;
  -webkit-box-shadow: 1px 1px 3px 2px #b3006a;
  box-shadow:         1px 1px 3px 2px #b3006a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,0,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3006a


Comments

No comments written yet.

Please login to write comment.