Color Hex Logo

#b6324f Color Hex

#B6324F
(182,50,79)
0 Favorites   0 Comments

Color spaces of #b6324f

RGB 1825079
HSL0.960.570.45
HSV347°73°71°
CMYK 0.000.730.57   0.29
XYZ21.843312.79088.7147
Yxy12.79080.50390.2951
Hunter Lab35.764246.433010.5877
CIE-Lab42.446354.340614.5788

#b6324f color RGB value is (182,50,79).

#b6324f hex color red value is 182, green value is 50 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b6324f hue: 0.96 , saturation: 0.57 and the lightness value of b6324f is 0.45.

The process color (four color CMYK) of #b6324f color hex is 0.00, 0.73, 0.57, 0.29. Web safe color of #b6324f is #cc3366. Color #b6324f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110010 01001111
Octal 266 62 117
Decimal 182 50 79
Hex B6 32 4F

RGB Percentages of Color #b6324f

%58.52
%16.08
%25.40

CMYK Percentages of Color #b6324f

%0
%73
%57
%29

Triadic Colors of #b6324f

#b6324f #4fb632 #324fb6

Analogous Colors of #b6324f

#b6324f #b65732 #b63291

Monochromatic Colors of #b6324f

#b6324f

Complementary Color

#b6324f #32b699

#b6324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6324f Color CSS Codes

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

#b6324f Text Font Color

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

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


#b6324f Background Color

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

This div background color is #b6324f


#b6324f Border Color

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

This div border color is #b6324f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6324f


Comments

No comments written yet.

Please login to write comment.