Color Hex Logo

#b65979 Color Hex

#B65979
(182,89,121)
0 Favorites   0 Comments

Color spaces of #b65979

RGB 18289121
HSL0.940.390.53
HSV339°51°71°
CMYK 0.000.510.34   0.29
XYZ26.315018.470320.2673
Yxy18.47030.40450.2839
Hunter Lab42.977134.08622.1238
CIE-Lab50.061641.1320-0.2943

#b65979 color RGB value is (182,89,121).

#b65979 hex color red value is 182, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b65979 hue: 0.94 , saturation: 0.39 and the lightness value of b65979 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 01111001
Octal 266 131 171
Decimal 182 89 121
Hex B6 59 79

RGB Percentages of Color #b65979

%46.43
%22.70
%30.87

CMYK Percentages of Color #b65979

%0
%51
%34
%29

Triadic Colors of #b65979

#b65979 #79b659 #5979b6

Analogous Colors of #b65979

#b65979 #b66859 #b659a8

Monochromatic Colors of #b65979

#b65979

Complementary Color

#b65979 #59b696

#b65979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65979 Color CSS Codes

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

#b65979 Text Font Color

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

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


#b65979 Background Color

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

This div background color is #b65979


#b65979 Border Color

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

This div border color is #b65979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65979


Comments

No comments written yet.

Please login to write comment.