Color Hex Logo

#b3386f Color Hex

#B3386F
(179,56,111)
0 Favorites   0 Comments

Color spaces of #b3386f

RGB 17956111
HSL0.930.520.46
HSV333°69°70°
CMYK 0.000.690.38   0.30
XYZ22.873813.559716.4506
Yxy13.55970.43250.2564
Hunter Lab36.823546.4384-0.7109
CIE-Lab43.594854.1329-3.7719

#b3386f color RGB value is (179,56,111).

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

The process color (four color CMYK) of #b3386f color hex is 0.00, 0.69, 0.38, 0.30. Web safe color of #b3386f is #cc3366. Color #b3386f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 01101111
Octal 263 70 157
Decimal 179 56 111
Hex B3 38 6F

RGB Percentages of Color #b3386f

%51.73
%16.18
%32.08

CMYK Percentages of Color #b3386f

%0
%69
%38
%30

Triadic Colors of #b3386f

#b3386f #6fb338 #386fb3

Analogous Colors of #b3386f

#b3386f #b33f38 #b338ad

Monochromatic Colors of #b3386f

#b3386f

Complementary Color

#b3386f #38b37c

#b3386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3386f Color CSS Codes

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

#b3386f Text Font Color

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

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


#b3386f Background Color

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

This div background color is #b3386f


#b3386f Border Color

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

This div border color is #b3386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3386f


Comments

No comments written yet.

Please login to write comment.