Color Hex Logo

#b66978 Color Hex

#B66978
(182,105,120)
0 Favorites   0 Comments

Color spaces of #b66978

RGB 182105120
HSL0.970.350.56
HSV348°42°71°
CMYK 0.000.420.34   0.29
XYZ27.733121.404320.4390
Yxy21.40430.39860.3076
Hunter Lab46.264826.03726.1920
CIE-Lab53.389232.54105.1213

#b66978 color RGB value is (182,105,120).

#b66978 hex color red value is 182, green value is 105 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b66978 hue: 0.97 , saturation: 0.35 and the lightness value of b66978 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 01111000
Octal 266 151 170
Decimal 182 105 120
Hex B6 69 78

RGB Percentages of Color #b66978

%44.72
%25.80
%29.48

CMYK Percentages of Color #b66978

%0
%42
%34
%29

Triadic Colors of #b66978

#b66978 #78b669 #6978b6

Analogous Colors of #b66978

#b66978 #b68169 #b6699f

Monochromatic Colors of #b66978

#b66978

Complementary Color

#b66978 #69b6a7

#b66978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66978 Color CSS Codes

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

#b66978 Text Font Color

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

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


#b66978 Background Color

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

This div background color is #b66978


#b66978 Border Color

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

This div border color is #b66978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66978


Comments

No comments written yet.

Please login to write comment.