Color Hex Logo

#b33966 Color Hex

#B33966
(179,57,102)
0 Favorites   0 Comments

Color spaces of #b33966

RGB 17957102
HSL0.940.520.46
HSV338°68°70°
CMYK 0.000.680.43   0.30
XYZ22.451813.469313.9869
Yxy13.46930.44990.2699
Hunter Lab36.700544.97263.0944
CIE-Lab43.462052.78061.6069

#b33966 color RGB value is (179,57,102).

#b33966 hex color red value is 179, green value is 57 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b33966 hue: 0.94 , saturation: 0.52 and the lightness value of b33966 is 0.46.

The process color (four color CMYK) of #b33966 color hex is 0.00, 0.68, 0.43, 0.30. Web safe color of #b33966 is #cc3366. Color #b33966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 01100110
Octal 263 71 146
Decimal 179 57 102
Hex B3 39 66

RGB Percentages of Color #b33966

%52.96
%16.86
%30.18

CMYK Percentages of Color #b33966

%0
%68
%43
%30

Triadic Colors of #b33966

#b33966 #66b339 #3966b3

Analogous Colors of #b33966

#b33966 #b34939 #b339a3

Monochromatic Colors of #b33966

#b33966

Complementary Color

#b33966 #39b386

#b33966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33966 Color CSS Codes

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

#b33966 Text Font Color

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

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


#b33966 Background Color

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

This div background color is #b33966


#b33966 Border Color

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

This div border color is #b33966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33966

#b33966 Color Palettes


Comments

No comments written yet.

Please login to write comment.