Color Hex Logo

#b2352a Color Hex

#B2352A
(178,53,42)
0 Favorites   0 Comments

Color spaces of #b2352a

RGB 1785342
HSL0.010.620.43
HSV76°70°
CMYK 0.000.700.76   0.30
XYZ20.051112.17843.4843
Yxy12.17840.56140.3410
Hunter Lab34.897641.490018.5086
CIE-Lab41.498349.810935.6386

#b2352a color RGB value is (178,53,42).

#b2352a hex color red value is 178, green value is 53 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b2352a hue: 0.01 , saturation: 0.62 and the lightness value of b2352a is 0.43.

The process color (four color CMYK) of #b2352a color hex is 0.00, 0.70, 0.76, 0.30. Web safe color of #b2352a is #993333. Color #b2352a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 00101010
Octal 262 65 52
Decimal 178 53 42
Hex B2 35 2A

RGB Percentages of Color #b2352a

%65.20
%19.41
%15.38

CMYK Percentages of Color #b2352a

%0
%70
%76
%30

Triadic Colors of #b2352a

#b2352a #2ab235 #352ab2

Analogous Colors of #b2352a

#b2352a #b2792a #b22a63

Monochromatic Colors of #b2352a

#b2352a

Complementary Color

#b2352a #2aa7b2

#b2352a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2352a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2352a Color CSS Codes

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

#b2352a Text Font Color

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

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


#b2352a Background Color

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

This div background color is #b2352a


#b2352a Border Color

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

This div border color is #b2352a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2352a


Comments

No comments written yet.

Please login to write comment.