Color Hex Logo

#b2817f Color Hex

#B2817F
(178,129,127)
0 Favorites   0 Comments

Color spaces of #b2817f

RGB 178129127
HSL0.010.250.60
HSV29°70°
CMYK 0.000.280.29   0.30
XYZ30.041126.697823.6485
Yxy26.69780.37370.3321
Hunter Lab51.669913.35839.0328
CIE-Lab58.693618.63298.5617

#b2817f color RGB value is (178,129,127).

#b2817f hex color red value is 178, green value is 129 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b2817f hue: 0.01 , saturation: 0.25 and the lightness value of b2817f is 0.60.

The process color (four color CMYK) of #b2817f color hex is 0.00, 0.28, 0.29, 0.30. Web safe color of #b2817f is #999966. Color #b2817f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 01111111
Octal 262 201 177
Decimal 178 129 127
Hex B2 81 7F

RGB Percentages of Color #b2817f

%41.01
%29.72
%29.26

CMYK Percentages of Color #b2817f

%0
%28
%29
%30

Triadic Colors of #b2817f

#b2817f #7fb281 #817fb2

Analogous Colors of #b2817f

#b2817f #b29b7f #b27f97

Monochromatic Colors of #b2817f

#b2817f

Complementary Color

#b2817f #7fb0b2

#b2817f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2817f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2817f Color CSS Codes

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

#b2817f Text Font Color

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

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


#b2817f Background Color

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

This div background color is #b2817f


#b2817f Border Color

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

This div border color is #b2817f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2817f


Comments

No comments written yet.

Please login to write comment.