Color Hex Logo

#b6418e Color Hex

#B6418E
(182,65,142)
0 Favorites   0 Comments

Color spaces of #b6418e

RGB 18265142
HSL0.890.470.48
HSV321°64°71°
CMYK 0.000.640.22   0.29
XYZ26.064215.678727.2437
Yxy15.67870.37780.2273
Hunter Lab39.596348.2036-13.0762
CIE-Lab46.550155.2294-18.1825

#b6418e color RGB value is (182,65,142).

#b6418e hex color red value is 182, green value is 65 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b6418e hue: 0.89 , saturation: 0.47 and the lightness value of b6418e is 0.48.

The process color (four color CMYK) of #b6418e color hex is 0.00, 0.64, 0.22, 0.29. Web safe color of #b6418e is #cc3399. Color #b6418e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 10001110
Octal 266 101 216
Decimal 182 65 142
Hex B6 41 8E

RGB Percentages of Color #b6418e

%46.79
%16.71
%36.50

CMYK Percentages of Color #b6418e

%0
%64
%22
%29

Triadic Colors of #b6418e

#b6418e #8eb641 #418eb6

Analogous Colors of #b6418e

#b6418e #b64153 #a441b6

Monochromatic Colors of #b6418e

#b6418e

Complementary Color

#b6418e #41b669

#b6418e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6418e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6418e Color CSS Codes

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

#b6418e Text Font Color

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

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


#b6418e Background Color

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

This div background color is #b6418e


#b6418e Border Color

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

This div border color is #b6418e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6418e


Comments

No comments written yet.

Please login to write comment.