Color Hex Logo

#b6387c Color Hex

#B6387C
(182,56,124)
0 Favorites   0 Comments

Color spaces of #b6387c

RGB 18256124
HSL0.910.530.47
HSV328°69°71°
CMYK 0.000.690.32   0.29
XYZ24.343714.228720.5321
Yxy14.22870.41190.2407
Hunter Lab37.720949.1856-5.8678
CIE-Lab44.559156.5002-10.2765

#b6387c color RGB value is (182,56,124).

#b6387c hex color red value is 182, green value is 56 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b6387c hue: 0.91 , saturation: 0.53 and the lightness value of b6387c is 0.47.

The process color (four color CMYK) of #b6387c color hex is 0.00, 0.69, 0.32, 0.29. Web safe color of #b6387c is #cc3366. Color #b6387c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111000 01111100
Octal 266 70 174
Decimal 182 56 124
Hex B6 38 7C

RGB Percentages of Color #b6387c

%50.28
%15.47
%34.25

CMYK Percentages of Color #b6387c

%0
%69
%32
%29

Triadic Colors of #b6387c

#b6387c #7cb638 #387cb6

Analogous Colors of #b6387c

#b6387c #b6383d #b138b6

Monochromatic Colors of #b6387c

#b6387c

Complementary Color

#b6387c #38b672

#b6387c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6387c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6387c Color CSS Codes

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

#b6387c Text Font Color

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

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


#b6387c Background Color

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

This div background color is #b6387c


#b6387c Border Color

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

This div border color is #b6387c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6387c


Comments

No comments written yet.

Please login to write comment.