Color Hex Logo

#b27580 Color Hex

#B27580
(178,117,128)
0 Favorites   0 Comments

Color spaces of #b27580

RGB 178117128
HSL0.970.280.58
HSV349°34°70°
CMYK 0.000.340.28   0.30
XYZ28.617723.746123.4972
Yxy23.74610.37720.3130
Hunter Lab48.730019.55045.5218
CIE-Lab55.832725.49773.8861

#b27580 color RGB value is (178,117,128).

#b27580 hex color red value is 178, green value is 117 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b27580 hue: 0.97 , saturation: 0.28 and the lightness value of b27580 is 0.58.

The process color (four color CMYK) of #b27580 color hex is 0.00, 0.34, 0.28, 0.30. Web safe color of #b27580 is #996699. Color #b27580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 10000000
Octal 262 165 200
Decimal 178 117 128
Hex B2 75 80

RGB Percentages of Color #b27580

%42.08
%27.66
%30.26

CMYK Percentages of Color #b27580

%0
%34
%28
%30

Triadic Colors of #b27580

#b27580 #80b275 #7580b2

Analogous Colors of #b27580

#b27580 #b28975 #b2759f

Monochromatic Colors of #b27580

#b27580

Complementary Color

#b27580 #75b2a7

#b27580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27580 Color CSS Codes

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

#b27580 Text Font Color

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

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


#b27580 Background Color

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

This div background color is #b27580


#b27580 Border Color

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

This div border color is #b27580


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,117,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27580; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27580;
  -webkit-box-shadow: 1px 1px 3px 2px #b27580;
  box-shadow:         1px 1px 3px 2px #b27580; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27580


Comments

No comments written yet.

Please login to write comment.