Color Hex Logo

#b66473 Color Hex

#B66473
(182,100,115)
0 Favorites   0 Comments

Color spaces of #b66473

RGB 182100115
HSL0.970.360.55
HSV349°45°71°
CMYK 0.000.450.37   0.29
XYZ26.943120.297218.7174
Yxy20.29720.40850.3077
Hunter Lab45.052427.90826.9042
CIE-Lab52.171634.60986.3320

#b66473 color RGB value is (182,100,115).

#b66473 hex color red value is 182, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b66473 hue: 0.97 , saturation: 0.36 and the lightness value of b66473 is 0.55.

The process color (four color CMYK) of #b66473 color hex is 0.00, 0.45, 0.37, 0.29. Web safe color of #b66473 is #cc6666. Color #b66473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100100 01110011
Octal 266 144 163
Decimal 182 100 115
Hex B6 64 73

RGB Percentages of Color #b66473

%45.84
%25.19
%28.97

CMYK Percentages of Color #b66473

%0
%45
%37
%29

Triadic Colors of #b66473

#b66473 #73b664 #6473b6

Analogous Colors of #b66473

#b66473 #b67e64 #b6649c

Monochromatic Colors of #b66473

#b66473

Complementary Color

#b66473 #64b6a7

#b66473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66473 Color CSS Codes

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

#b66473 Text Font Color

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

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


#b66473 Background Color

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

This div background color is #b66473


#b66473 Border Color

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

This div border color is #b66473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66473


Comments

No comments written yet.

Please login to write comment.