Color Hex Logo

#b6477d Color Hex

#B6477D
(182,71,125)
0 Favorites   0 Comments

Color spaces of #b6477d

RGB 18271125
HSL0.920.440.50
HSV331°61°71°
CMYK 0.000.610.31   0.29
XYZ25.246315.932221.1466
Yxy15.93220.40510.2556
Hunter Lab39.915243.0495-3.4706
CIE-Lab46.885450.3500-7.3986

#b6477d color RGB value is (182,71,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 01111101
Octal 266 107 175
Decimal 182 71 125
Hex B6 47 7D

RGB Percentages of Color #b6477d

%48.15
%18.78
%33.07

CMYK Percentages of Color #b6477d

%0
%61
%31
%29

Triadic Colors of #b6477d

#b6477d #7db647 #477db6

Analogous Colors of #b6477d

#b6477d #b64847 #b647b5

Monochromatic Colors of #b6477d

#b6477d

Complementary Color

#b6477d #47b680

#b6477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6477d Color CSS Codes

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

#b6477d Text Font Color

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

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


#b6477d Background Color

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

This div background color is #b6477d


#b6477d Border Color

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

This div border color is #b6477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6477d


Comments

No comments written yet.

Please login to write comment.