Color Hex Logo

#b2708f Color Hex

#B2708F
(178,112,143)
0 Favorites   0 Comments

Color spaces of #b2708f

RGB 178112143
HSL0.920.300.57
HSV332°37°70°
CMYK 0.000.370.20   0.30
XYZ29.112223.036528.8987
Yxy23.03650.35920.2842
Hunter Lab47.996424.2756-2.1012
CIE-Lab55.109930.5323-5.9262

#b2708f color RGB value is (178,112,143).

#b2708f hex color red value is 178, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b2708f hue: 0.92 , saturation: 0.30 and the lightness value of b2708f is 0.57.

The process color (four color CMYK) of #b2708f color hex is 0.00, 0.37, 0.20, 0.30. Web safe color of #b2708f is #996699. Color #b2708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10001111
Octal 262 160 217
Decimal 178 112 143
Hex B2 70 8F

RGB Percentages of Color #b2708f

%41.11
%25.87
%33.03

CMYK Percentages of Color #b2708f

%0
%37
%20
%30

Triadic Colors of #b2708f

#b2708f #8fb270 #708fb2

Analogous Colors of #b2708f

#b2708f #b27270 #b270b0

Monochromatic Colors of #b2708f

#b2708f

Complementary Color

#b2708f #70b293

#b2708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2708f Color CSS Codes

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

#b2708f Text Font Color

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

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


#b2708f Background Color

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

This div background color is #b2708f


#b2708f Border Color

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

This div border color is #b2708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2708f


Comments

No comments written yet.

Please login to write comment.