Color Hex Logo

#b6477e Color Hex

#B6477E
(182,71,126)
0 Favorites   0 Comments

Color spaces of #b6477e

RGB 18271126
HSL0.920.440.50
HSV330°61°71°
CMYK 0.000.610.31   0.29
XYZ25.310515.957921.4848
Yxy15.95790.40330.2543
Hunter Lab39.947343.1892-3.9247
CIE-Lab46.919250.4766-7.9546

#b6477e color RGB value is (182,71,126).

#b6477e hex color red value is 182, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6477e hue: 0.92 , saturation: 0.44 and the lightness value of b6477e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 01111110
Octal 266 107 176
Decimal 182 71 126
Hex B6 47 7E

RGB Percentages of Color #b6477e

%48.02
%18.73
%33.25

CMYK Percentages of Color #b6477e

%0
%61
%31
%29

Triadic Colors of #b6477e

#b6477e #7eb647 #477eb6

Analogous Colors of #b6477e

#b6477e #b64847 #b647b6

Monochromatic Colors of #b6477e

#b6477e

Complementary Color

#b6477e #47b67f

#b6477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6477e Color CSS Codes

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

#b6477e Text Font Color

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

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


#b6477e Background Color

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

This div background color is #b6477e


#b6477e Border Color

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

This div border color is #b6477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6477e


Comments

No comments written yet.

Please login to write comment.