Color Hex Logo

#b2728d Color Hex

#B2728D
(178,114,141)
0 Favorites   0 Comments

Color spaces of #b2728d

RGB 178114141
HSL0.930.290.57
HSV335°36°70°
CMYK 0.000.360.21   0.30
XYZ29.185123.422728.1821
Yxy23.42270.36120.2899
Hunter Lab48.397022.9470-0.6473
CIE-Lab55.505129.1101-4.1735

#b2728d color RGB value is (178,114,141).

#b2728d hex color red value is 178, green value is 114 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b2728d hue: 0.93 , saturation: 0.29 and the lightness value of b2728d is 0.57.

The process color (four color CMYK) of #b2728d color hex is 0.00, 0.36, 0.21, 0.30. Web safe color of #b2728d is #996699. Color #b2728d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 10001101
Octal 262 162 215
Decimal 178 114 141
Hex B2 72 8D

RGB Percentages of Color #b2728d

%41.11
%26.33
%32.56

CMYK Percentages of Color #b2728d

%0
%36
%21
%30

Triadic Colors of #b2728d

#b2728d #8db272 #728db2

Analogous Colors of #b2728d

#b2728d #b27772 #b272ad

Monochromatic Colors of #b2728d

#b2728d

Complementary Color

#b2728d #72b297

#b2728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2728d Color CSS Codes

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

#b2728d Text Font Color

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

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


#b2728d Background Color

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

This div background color is #b2728d


#b2728d Border Color

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

This div border color is #b2728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2728d


Comments

No comments written yet.

Please login to write comment.