Color Hex Logo

#b6395c Color Hex

#B6395C
(182,57,92)
0 Favorites   0 Comments

Color spaces of #b6395c

RGB 1825792
HSL0.950.520.47
HSV343°69°71°
CMYK 0.000.690.49   0.29
XYZ22.686313.644011.5631
Yxy13.64400.47370.2849
Hunter Lab36.937844.98937.2962
CIE-Lab43.718052.74968.2508

#b6395c color RGB value is (182,57,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 01011100
Octal 266 71 134
Decimal 182 57 92
Hex B6 39 5C

RGB Percentages of Color #b6395c

%54.98
%17.22
%27.79

CMYK Percentages of Color #b6395c

%0
%69
%49
%29

Triadic Colors of #b6395c

#b6395c #5cb639 #395cb6

Analogous Colors of #b6395c

#b6395c #b65539 #b6399b

Monochromatic Colors of #b6395c

#b6395c

Complementary Color

#b6395c #39b693

#b6395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6395c Color CSS Codes

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

#b6395c Text Font Color

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

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


#b6395c Background Color

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

This div background color is #b6395c


#b6395c Border Color

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

This div border color is #b6395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6395c


Comments

No comments written yet.

Please login to write comment.