Color Hex Logo

#b7352f Color Hex

#B7352F
(183,53,47)
0 Favorites   0 Comments

Color spaces of #b7352f

RGB 1835347
HSL0.010.590.45
HSV74°72°
CMYK 0.000.710.74   0.28
XYZ21.314612.81874.0402
Yxy12.81870.55840.3358
Hunter Lab35.803243.610218.3717
CIE-Lab42.488851.666434.1348

#b7352f color RGB value is (183,53,47).

#b7352f hex color red value is 183, green value is 53 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b7352f hue: 0.01 , saturation: 0.59 and the lightness value of b7352f is 0.45.

The process color (four color CMYK) of #b7352f color hex is 0.00, 0.71, 0.74, 0.28. Web safe color of #b7352f is #cc3333. Color #b7352f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110101 00101111
Octal 267 65 57
Decimal 183 53 47
Hex B7 35 2F

RGB Percentages of Color #b7352f

%64.66
%18.73
%16.61

CMYK Percentages of Color #b7352f

%0
%71
%74
%28

Triadic Colors of #b7352f

#b7352f #2fb735 #352fb7

Analogous Colors of #b7352f

#b7352f #b7792f #b72f6d

Monochromatic Colors of #b7352f

#b7352f

Complementary Color

#b7352f #2fb1b7

#b7352f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7352f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7352f Color CSS Codes

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

#b7352f Text Font Color

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

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


#b7352f Background Color

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

This div background color is #b7352f


#b7352f Border Color

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

This div border color is #b7352f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7352f


Comments

No comments written yet.

Please login to write comment.