Color Hex Logo

#b3396c Color Hex

#B3396C
(179,57,108)
0 Favorites   0 Comments

Color spaces of #b3396c

RGB 17957108
HSL0.930.520.46
HSV335°68°70°
CMYK 0.000.680.40   0.30
XYZ22.760313.592715.6114
Yxy13.59270.43800.2616
Hunter Lab36.868345.67590.7022
CIE-Lab43.643153.4095-1.8456

#b3396c color RGB value is (179,57,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 01101100
Octal 263 71 154
Decimal 179 57 108
Hex B3 39 6C

RGB Percentages of Color #b3396c

%52.03
%16.57
%31.40

CMYK Percentages of Color #b3396c

%0
%68
%40
%30

Triadic Colors of #b3396c

#b3396c #6cb339 #396cb3

Analogous Colors of #b3396c

#b3396c #b34339 #b339a9

Monochromatic Colors of #b3396c

#b3396c

Complementary Color

#b3396c #39b380

#b3396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3396c Color CSS Codes

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

#b3396c Text Font Color

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

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


#b3396c Background Color

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

This div background color is #b3396c


#b3396c Border Color

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

This div border color is #b3396c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3396c


Comments

No comments written yet.

Please login to write comment.