Color Hex Logo

#b3065e Color Hex

#B3065E
(179,6,94)
0 Favorites   0 Comments

Color spaces of #b3065e

RGB 179694
HSL0.920.940.36
HSV329°97°70°
CMYK 0.000.970.47   0.30
XYZ20.675910.522111.5309
Yxy10.52210.48390.2463
Hunter Lab32.437857.01011.6302
CIE-Lab38.763664.6582-0.2032

#b3065e color RGB value is (179,6,94).

#b3065e hex color red value is 179, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b3065e hue: 0.92 , saturation: 0.94 and the lightness value of b3065e is 0.36.

The process color (four color CMYK) of #b3065e color hex is 0.00, 0.97, 0.47, 0.30. Web safe color of #b3065e is #cc0066. Color #b3065e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 01011110
Octal 263 6 136
Decimal 179 6 94
Hex B3 6 5E

RGB Percentages of Color #b3065e

%64.16
%2.15
%33.69

CMYK Percentages of Color #b3065e

%0
%97
%47
%30

Triadic Colors of #b3065e

#b3065e #5eb306 #065eb3

Analogous Colors of #b3065e

#b3065e #b30607 #b206b3

Monochromatic Colors of #b3065e

#b3065e

Complementary Color

#b3065e #06b35b

#b3065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3065e Color CSS Codes

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

#b3065e Text Font Color

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

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


#b3065e Background Color

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

This div background color is #b3065e


#b3065e Border Color

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

This div border color is #b3065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3065e


Comments

No comments written yet.

Please login to write comment.