Color Hex Logo

#b65059 Color Hex

#B65059
(182,80,89)
0 Favorites   0 Comments

Color spaces of #b65059

RGB 1828089
HSL0.990.410.51
HSV355°56°71°
CMYK 0.000.560.51   0.29
XYZ23.963216.403711.3544
Yxy16.40370.46330.3172
Hunter Lab40.501534.734111.7294
CIE-Lab47.499742.162115.3444

#b65059 color RGB value is (182,80,89).

#b65059 hex color red value is 182, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b65059 hue: 0.99 , saturation: 0.41 and the lightness value of b65059 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 01011001
Octal 266 120 131
Decimal 182 80 89
Hex B6 50 59

RGB Percentages of Color #b65059

%51.85
%22.79
%25.36

CMYK Percentages of Color #b65059

%0
%56
%51
%29

Triadic Colors of #b65059

#b65059 #59b650 #5059b6

Analogous Colors of #b65059

#b65059 #b67a50 #b6508c

Monochromatic Colors of #b65059

#b65059

Complementary Color

#b65059 #50b6ad

#b65059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65059 Color CSS Codes

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

#b65059 Text Font Color

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

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


#b65059 Background Color

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

This div background color is #b65059


#b65059 Border Color

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

This div border color is #b65059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65059


Comments

No comments written yet.

Please login to write comment.