Color Hex Logo

#b2867c Color Hex

#B2867C
(178,134,124)
0 Favorites   0 Comments

Color spaces of #b2867c

RGB 178134124
HSL0.030.260.59
HSV11°30°70°
CMYK 0.000.250.30   0.30
XYZ30.523327.970422.8589
Yxy27.97040.37520.3438
Hunter Lab52.887010.467411.3945
CIE-Lab59.862015.409211.9294

#b2867c color RGB value is (178,134,124).

#b2867c hex color red value is 178, green value is 134 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b2867c hue: 0.03 , saturation: 0.26 and the lightness value of b2867c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000110 01111100
Octal 262 206 174
Decimal 178 134 124
Hex B2 86 7C

RGB Percentages of Color #b2867c

%40.83
%30.73
%28.44

CMYK Percentages of Color #b2867c

%0
%25
%30
%30

Triadic Colors of #b2867c

#b2867c #7cb286 #867cb2

Analogous Colors of #b2867c

#b2867c #b2a17c #b27c8d

Monochromatic Colors of #b2867c

#b2867c

Complementary Color

#b2867c #7ca8b2

#b2867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2867c Color CSS Codes

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

#b2867c Text Font Color

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

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


#b2867c Background Color

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

This div background color is #b2867c


#b2867c Border Color

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

This div border color is #b2867c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2867c


Comments

No comments written yet.

Please login to write comment.