Color Hex Logo

#b2868f Color Hex

#B2868F
(178,134,143)
0 Favorites   0 Comments

Color spaces of #b2868f

RGB 178134143
HSL0.970.220.61
HSV348°25°70°
CMYK 0.000.250.20   0.30
XYZ31.843128.498329.8090
Yxy28.49830.35320.3161
Hunter Lab53.383813.05254.2617
CIE-Lab60.336318.23041.7492

#b2868f color RGB value is (178,134,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000110 10001111
Octal 262 206 217
Decimal 178 134 143
Hex B2 86 8F

RGB Percentages of Color #b2868f

%39.12
%29.45
%31.43

CMYK Percentages of Color #b2868f

%0
%25
%20
%30

Triadic Colors of #b2868f

#b2868f #8fb286 #868fb2

Analogous Colors of #b2868f

#b2868f #b29386 #b286a5

Monochromatic Colors of #b2868f

#b2868f

Complementary Color

#b2868f #86b2a9

#b2868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2868f Color CSS Codes

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

#b2868f Text Font Color

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

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


#b2868f Background Color

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

This div background color is #b2868f


#b2868f Border Color

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

This div border color is #b2868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2868f


Comments

No comments written yet.

Please login to write comment.