Color Hex Logo

#b01235 Color Hex

#B01235
(176,18,53)
0 Favorites   0 Comments

Color spaces of #b01235

RGB 1761853
HSL0.960.810.38
HSV347°90°69°
CMYK 0.000.900.70   0.31
XYZ18.76349.91984.2939
Yxy9.91980.56900.3008
Hunter Lab31.495751.222913.9638
CIE-Lab37.698159.677624.5070

#b01235 color RGB value is (176,18,53).

#b01235 hex color red value is 176, green value is 18 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b01235 hue: 0.96 , saturation: 0.81 and the lightness value of b01235 is 0.38.

The process color (four color CMYK) of #b01235 color hex is 0.00, 0.90, 0.70, 0.31. Web safe color of #b01235 is #990033. Color #b01235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010010 00110101
Octal 260 22 65
Decimal 176 18 53
Hex B0 12 35

RGB Percentages of Color #b01235

%71.26
%7.29
%21.46

CMYK Percentages of Color #b01235

%0
%90
%70
%31

Triadic Colors of #b01235

#b01235 #35b012 #1235b0

Analogous Colors of #b01235

#b01235 #b03e12 #b01284

Monochromatic Colors of #b01235

#b01235

Complementary Color

#b01235 #12b08d

#b01235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01235 Color CSS Codes

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

#b01235 Text Font Color

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

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


#b01235 Background Color

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

This div background color is #b01235


#b01235 Border Color

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

This div border color is #b01235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,18,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 #b01235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01235


Comments

No comments written yet.

Please login to write comment.