Color Hex Logo

#b6239a Color Hex

#B6239A
(182,35,154)
0 Favorites   0 Comments

Color spaces of #b6239a

RGB 18235154
HSL0.870.680.43
HSV311°81°71°
CMYK 0.000.810.15   0.29
XYZ25.725213.480231.8179
Yxy13.48020.36220.1898
Hunter Lab36.715460.8168-25.6805
CIE-Lab43.478167.0565-30.1708

#b6239a color RGB value is (182,35,154).

#b6239a hex color red value is 182, green value is 35 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b6239a hue: 0.87 , saturation: 0.68 and the lightness value of b6239a is 0.43.

The process color (four color CMYK) of #b6239a color hex is 0.00, 0.81, 0.15, 0.29. Web safe color of #b6239a is #cc3399. Color #b6239a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100011 10011010
Octal 266 43 232
Decimal 182 35 154
Hex B6 23 9A

RGB Percentages of Color #b6239a

%49.06
%9.43
%41.51

CMYK Percentages of Color #b6239a

%0
%81
%15
%29

Triadic Colors of #b6239a

#b6239a #9ab623 #239ab6

Analogous Colors of #b6239a

#b6239a #b62351 #8923b6

Monochromatic Colors of #b6239a

#b6239a

Complementary Color

#b6239a #23b63f

#b6239a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6239a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6239a Color CSS Codes

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

#b6239a Text Font Color

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

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


#b6239a Background Color

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

This div background color is #b6239a


#b6239a Border Color

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

This div border color is #b6239a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6239a


Comments

No comments written yet.

Please login to write comment.