Color Hex Logo

#b46868 Color Hex

#B46868
(180,104,104)
0 Favorites   0 Comments

Color spaces of #b46868

RGB 180104104
HSL0.000.340.56
HSV42°71°
CMYK 0.000.420.42   0.29
XYZ26.271420.603415.6889
Yxy20.60340.41990.3293
Hunter Lab45.391023.878111.2807
CIE-Lab52.512730.387113.2739

#b46868 color RGB value is (180,104,104).

#b46868 hex color red value is 180, green value is 104 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b46868 hue: 0.00 , saturation: 0.34 and the lightness value of b46868 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 01101000
Octal 264 150 150
Decimal 180 104 104
Hex B4 68 68

RGB Percentages of Color #b46868

%46.39
%26.80
%26.80

CMYK Percentages of Color #b46868

%0
%42
%42
%29

Triadic Colors of #b46868

#b46868 #68b468 #6868b4

Analogous Colors of #b46868

#b46868 #b48e68 #b4688e

Monochromatic Colors of #b46868

#b46868

Complementary Color

#b46868 #68b4b4

#b46868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46868 Color CSS Codes

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

#b46868 Text Font Color

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

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


#b46868 Background Color

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

This div background color is #b46868


#b46868 Border Color

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

This div border color is #b46868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46868

#b46868 Color Palettes


Comments

No comments written yet.

Please login to write comment.