Color Hex Logo

#b6399f Color Hex

#B6399F
(182,57,159)
0 Favorites   0 Comments

Color spaces of #b6399f

RGB 18257159
HSL0.860.520.47
HSV311°69°71°
CMYK 0.000.690.13   0.29
XYZ27.012515.374534.3448
Yxy15.37450.35200.2004
Hunter Lab39.210354.3529-24.4856
CIE-Lab46.142960.8772-29.0006

#b6399f color RGB value is (182,57,159).

#b6399f hex color red value is 182, green value is 57 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6399f hue: 0.86 , saturation: 0.52 and the lightness value of b6399f is 0.47.

The process color (four color CMYK) of #b6399f color hex is 0.00, 0.69, 0.13, 0.29. Web safe color of #b6399f is #cc3399. Color #b6399f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 10011111
Octal 266 71 237
Decimal 182 57 159
Hex B6 39 9F

RGB Percentages of Color #b6399f

%45.73
%14.32
%39.95

CMYK Percentages of Color #b6399f

%0
%69
%13
%29

Triadic Colors of #b6399f

#b6399f #9fb639 #399fb6

Analogous Colors of #b6399f

#b6399f #b63960 #8f39b6

Monochromatic Colors of #b6399f

#b6399f

Complementary Color

#b6399f #39b650

#b6399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6399f Color CSS Codes

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

#b6399f Text Font Color

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

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


#b6399f Background Color

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

This div background color is #b6399f


#b6399f Border Color

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

This div border color is #b6399f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6399f


Comments

No comments written yet.

Please login to write comment.