Color Hex Logo

#b46778 Color Hex

#B46778
(180,103,120)
0 Favorites   0 Comments

Color spaces of #b46778

RGB 180103120
HSL0.960.340.55
HSV347°43°71°
CMYK 0.000.430.33   0.29
XYZ27.062820.759920.3500
Yxy20.75990.39700.3045
Hunter Lab45.563026.28735.4132
CIE-Lab52.685732.87944.0749

#b46778 color RGB value is (180,103,120).

#b46778 hex color red value is 180, green value is 103 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b46778 hue: 0.96 , saturation: 0.34 and the lightness value of b46778 is 0.55.

The process color (four color CMYK) of #b46778 color hex is 0.00, 0.43, 0.33, 0.29. Web safe color of #b46778 is #cc6666. Color #b46778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 01111000
Octal 264 147 170
Decimal 180 103 120
Hex B4 67 78

RGB Percentages of Color #b46778

%44.67
%25.56
%29.78

CMYK Percentages of Color #b46778

%0
%43
%33
%29

Triadic Colors of #b46778

#b46778 #78b467 #6778b4

Analogous Colors of #b46778

#b46778 #b47d67 #b4679f

Monochromatic Colors of #b46778

#b46778

Complementary Color

#b46778 #67b4a3

#b46778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46778 Color CSS Codes

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

#b46778 Text Font Color

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

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


#b46778 Background Color

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

This div background color is #b46778


#b46778 Border Color

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

This div border color is #b46778


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,103,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46778; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46778;
  -webkit-box-shadow: 1px 1px 3px 2px #b46778;
  box-shadow:         1px 1px 3px 2px #b46778; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,103,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46778


Comments

No comments written yet.

Please login to write comment.