Color Hex Logo

#b6407e Color Hex

#B6407E
(182,64,126)
0 Favorites   0 Comments

Color spaces of #b6407e

RGB 18264126
HSL0.910.480.48
HSV328°65°71°
CMYK 0.000.650.31   0.29
XYZ24.890715.118221.3449
Yxy15.11820.40570.2464
Hunter Lab38.882146.2244-5.3306
CIE-Lab45.795753.5310-9.6384

#b6407e color RGB value is (182,64,126).

#b6407e hex color red value is 182, green value is 64 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6407e hue: 0.91 , saturation: 0.48 and the lightness value of b6407e is 0.48.

The process color (four color CMYK) of #b6407e color hex is 0.00, 0.65, 0.31, 0.29. Web safe color of #b6407e is #cc3366. Color #b6407e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000000 01111110
Octal 266 100 176
Decimal 182 64 126
Hex B6 40 7E

RGB Percentages of Color #b6407e

%48.92
%17.20
%33.87

CMYK Percentages of Color #b6407e

%0
%65
%31
%29

Triadic Colors of #b6407e

#b6407e #7eb640 #407eb6

Analogous Colors of #b6407e

#b6407e #b64043 #b340b6

Monochromatic Colors of #b6407e

#b6407e

Complementary Color

#b6407e #40b678

#b6407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6407e Color CSS Codes

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

#b6407e Text Font Color

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

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


#b6407e Background Color

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

This div background color is #b6407e


#b6407e Border Color

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

This div border color is #b6407e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6407e


Comments

No comments written yet.

Please login to write comment.