Color Hex Logo

#b26072 Color Hex

#B26072
(178,96,114)
0 Favorites   0 Comments

Color spaces of #b26072

RGB 17896114
HSL0.960.350.54
HSV347°46°70°
CMYK 0.000.460.36   0.30
XYZ25.580219.045618.2475
Yxy19.04560.40690.3029
Hunter Lab43.641328.25505.7583
CIE-Lab50.740535.14394.8031

#b26072 color RGB value is (178,96,114).

#b26072 hex color red value is 178, green value is 96 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b26072 hue: 0.96 , saturation: 0.35 and the lightness value of b26072 is 0.54.

The process color (four color CMYK) of #b26072 color hex is 0.00, 0.46, 0.36, 0.30. Web safe color of #b26072 is #996666. Color #b26072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 01110010
Octal 262 140 162
Decimal 178 96 114
Hex B2 60 72

RGB Percentages of Color #b26072

%45.88
%24.74
%29.38

CMYK Percentages of Color #b26072

%0
%46
%36
%30

Triadic Colors of #b26072

#b26072 #72b260 #6072b2

Analogous Colors of #b26072

#b26072 #b27760 #b2609b

Monochromatic Colors of #b26072

#b26072

Complementary Color

#b26072 #60b2a0

#b26072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26072 Color CSS Codes

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

#b26072 Text Font Color

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

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


#b26072 Background Color

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

This div background color is #b26072


#b26072 Border Color

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

This div border color is #b26072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26072


Comments

No comments written yet.

Please login to write comment.