Color Hex Logo

#b2624d Color Hex

#B2624D
(178,98,77)
0 Favorites   0 Comments

Color spaces of #b2624d

RGB 1789877
HSL0.030.400.50
HSV12°57°70°
CMYK 0.000.450.57   0.30
XYZ24.067318.73629.3691
Yxy18.73620.46130.3591
Hunter Lab43.285323.499417.4664
CIE-Lab50.377130.216326.1470

#b2624d color RGB value is (178,98,77).

#b2624d hex color red value is 178, green value is 98 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b2624d hue: 0.03 , saturation: 0.40 and the lightness value of b2624d is 0.50.

The process color (four color CMYK) of #b2624d color hex is 0.00, 0.45, 0.57, 0.30. Web safe color of #b2624d is #996666. Color #b2624d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 01001101
Octal 262 142 115
Decimal 178 98 77
Hex B2 62 4D

RGB Percentages of Color #b2624d

%50.42
%27.76
%21.81

CMYK Percentages of Color #b2624d

%0
%45
%57
%30

Triadic Colors of #b2624d

#b2624d #4db262 #624db2

Analogous Colors of #b2624d

#b2624d #b2954d #b24d6b

Monochromatic Colors of #b2624d

#b2624d

Complementary Color

#b2624d #4d9db2

#b2624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2624d Color CSS Codes

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

#b2624d Text Font Color

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

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


#b2624d Background Color

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

This div background color is #b2624d


#b2624d Border Color

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

This div border color is #b2624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2624d


Comments

No comments written yet.

Please login to write comment.