Color Hex Logo

#b72335 Color Hex

#B72335
(183,35,53)
0 Favorites   0 Comments

Color spaces of #b72335

RGB 1833553
HSL0.980.680.43
HSV353°81°72°
CMYK 0.000.810.71   0.28
XYZ20.772111.52644.4982
Yxy11.52640.56450.3132
Hunter Lab33.950649.798915.9099
CIE-Lab40.453357.840828.1943

#b72335 color RGB value is (183,35,53).

#b72335 hex color red value is 183, green value is 35 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b72335 hue: 0.98 , saturation: 0.68 and the lightness value of b72335 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100011 00110101
Octal 267 43 65
Decimal 183 35 53
Hex B7 23 35

RGB Percentages of Color #b72335

%67.53
%12.92
%19.56

CMYK Percentages of Color #b72335

%0
%81
%71
%28

Triadic Colors of #b72335

#b72335 #35b723 #2335b7

Analogous Colors of #b72335

#b72335 #b75b23 #b7237f

Monochromatic Colors of #b72335

#b72335

Complementary Color

#b72335 #23b7a5

#b72335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72335 Color CSS Codes

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

#b72335 Text Font Color

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

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


#b72335 Background Color

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

This div background color is #b72335


#b72335 Border Color

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

This div border color is #b72335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72335


Comments

No comments written yet.

Please login to write comment.