Color Hex Logo

#b28793 Color Hex

#B28793
(178,135,147)
0 Favorites   0 Comments

Color spaces of #b28793

RGB 178135147
HSL0.950.220.61
HSV343°24°70°
CMYK 0.000.240.17   0.30
XYZ32.290528.899531.4800
Yxy28.89950.34840.3119
Hunter Lab53.758313.14112.9115
CIE-Lab60.692818.3123-0.0187

#b28793 color RGB value is (178,135,147).

#b28793 hex color red value is 178, green value is 135 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b28793 hue: 0.95 , saturation: 0.22 and the lightness value of b28793 is 0.61.

The process color (four color CMYK) of #b28793 color hex is 0.00, 0.24, 0.17, 0.30. Web safe color of #b28793 is #999999. Color #b28793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 10010011
Octal 262 207 223
Decimal 178 135 147
Hex B2 87 93

RGB Percentages of Color #b28793

%38.70
%29.35
%31.96

CMYK Percentages of Color #b28793

%0
%24
%17
%30

Triadic Colors of #b28793

#b28793 #93b287 #8793b2

Analogous Colors of #b28793

#b28793 #b29187 #b287a9

Monochromatic Colors of #b28793

#b28793

Complementary Color

#b28793 #87b2a6

#b28793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28793 Color CSS Codes

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

#b28793 Text Font Color

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

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


#b28793 Background Color

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

This div background color is #b28793


#b28793 Border Color

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

This div border color is #b28793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28793


Comments

No comments written yet.

Please login to write comment.