Color Hex Logo

#b2677f Color Hex

#B2677F
(178,103,127)
0 Favorites   0 Comments

Color spaces of #b2677f

RGB 178103127
HSL0.950.330.55
HSV341°42°70°
CMYK 0.000.420.29   0.30
XYZ27.041120.697822.6485
Yxy20.69780.38420.2941
Hunter Lab45.494826.48042.3303
CIE-Lab52.617233.0870-0.1959

#b2677f color RGB value is (178,103,127).

#b2677f hex color red value is 178, green value is 103 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b2677f hue: 0.95 , saturation: 0.33 and the lightness value of b2677f is 0.55.

The process color (four color CMYK) of #b2677f color hex is 0.00, 0.42, 0.29, 0.30. Web safe color of #b2677f is #996666. Color #b2677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100111 01111111
Octal 262 147 177
Decimal 178 103 127
Hex B2 67 7F

RGB Percentages of Color #b2677f

%43.63
%25.25
%31.13

CMYK Percentages of Color #b2677f

%0
%42
%29
%30

Triadic Colors of #b2677f

#b2677f #7fb267 #677fb2

Analogous Colors of #b2677f

#b2677f #b27567 #b267a5

Monochromatic Colors of #b2677f

#b2677f

Complementary Color

#b2677f #67b29a

#b2677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2677f Color CSS Codes

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

#b2677f Text Font Color

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

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


#b2677f Background Color

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

This div background color is #b2677f


#b2677f Border Color

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

This div border color is #b2677f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,103,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 #b2677f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2677f


Comments

No comments written yet.

Please login to write comment.