Color Hex Logo

#b2536d Color Hex

#B2536D
(178,83,109)
0 Favorites   0 Comments

Color spaces of #b2536d

RGB 17883109
HSL0.950.380.51
HSV344°53°70°
CMYK 0.000.530.39   0.30
XYZ24.213716.755616.4260
Yxy16.75560.42190.2919
Hunter Lab40.933633.95544.8614
CIE-Lab47.950641.31563.7913

#b2536d color RGB value is (178,83,109).

#b2536d hex color red value is 178, green value is 83 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2536d hue: 0.95 , saturation: 0.38 and the lightness value of b2536d is 0.51.

The process color (four color CMYK) of #b2536d color hex is 0.00, 0.53, 0.39, 0.30. Web safe color of #b2536d is #996666. Color #b2536d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 01101101
Octal 262 123 155
Decimal 178 83 109
Hex B2 53 6D

RGB Percentages of Color #b2536d

%48.11
%22.43
%29.46

CMYK Percentages of Color #b2536d

%0
%53
%39
%30

Triadic Colors of #b2536d

#b2536d #6db253 #536db2

Analogous Colors of #b2536d

#b2536d #b26953 #b2539d

Monochromatic Colors of #b2536d

#b2536d

Complementary Color

#b2536d #53b298

#b2536d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2536d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2536d Color CSS Codes

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

#b2536d Text Font Color

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

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


#b2536d Background Color

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

This div background color is #b2536d


#b2536d Border Color

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

This div border color is #b2536d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2536d


Comments

No comments written yet.

Please login to write comment.