Color Hex Logo

#b2708e Color Hex

#B2708E
(178,112,142)
0 Favorites   0 Comments

Color spaces of #b2708e

RGB 178112142
HSL0.920.300.57
HSV333°37°70°
CMYK 0.000.370.20   0.30
XYZ29.036823.006328.5014
Yxy23.00630.36050.2856
Hunter Lab47.964924.1211-1.6555
CIE-Lab55.078830.3751-5.3880

#b2708e color RGB value is (178,112,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 10001110
Octal 262 160 216
Decimal 178 112 142
Hex B2 70 8E

RGB Percentages of Color #b2708e

%41.20
%25.93
%32.87

CMYK Percentages of Color #b2708e

%0
%37
%20
%30

Triadic Colors of #b2708e

#b2708e #8eb270 #708eb2

Analogous Colors of #b2708e

#b2708e #b27370 #b270af

Monochromatic Colors of #b2708e

#b2708e

Complementary Color

#b2708e #70b294

#b2708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2708e Color CSS Codes

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

#b2708e Text Font Color

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

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


#b2708e Background Color

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

This div background color is #b2708e


#b2708e Border Color

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

This div border color is #b2708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2708e


Comments

No comments written yet.

Please login to write comment.