Color Hex Logo

#b6249a Color Hex

#B6249A
(182,36,154)
0 Favorites   0 Comments

Color spaces of #b6249a

RGB 18236154
HSL0.870.670.43
HSV312°80°71°
CMYK 0.000.800.15   0.29
XYZ25.755013.539931.8279
Yxy13.53990.36210.1904
Hunter Lab36.796660.5432-25.5264
CIE-Lab43.565766.8034-30.0336

#b6249a color RGB value is (182,36,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100100 10011010
Octal 266 44 232
Decimal 182 36 154
Hex B6 24 9A

RGB Percentages of Color #b6249a

%48.92
%9.68
%41.40

CMYK Percentages of Color #b6249a

%0
%80
%15
%29

Triadic Colors of #b6249a

#b6249a #9ab624 #249ab6

Analogous Colors of #b6249a

#b6249a #b62451 #8924b6

Monochromatic Colors of #b6249a

#b6249a

Complementary Color

#b6249a #24b640

#b6249a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6249a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6249a Color CSS Codes

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

#b6249a Text Font Color

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

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


#b6249a Background Color

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

This div background color is #b6249a


#b6249a Border Color

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

This div border color is #b6249a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,36,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 #b6249a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6249a


Comments

No comments written yet.

Please login to write comment.