Color Hex Logo

#b40035 Color Hex

#B40035
(180,0,53)
0 Favorites   0 Comments

Color spaces of #b40035

RGB 180053
HSL0.951.000.35
HSV342°100°71°
CMYK 0.001.000.71   0.29
XYZ19.46509.96034.2648
Yxy9.96030.57780.2956
Hunter Lab31.559954.862314.0799
CIE-Lab37.771162.947424.7869

#b40035 color RGB value is (180,0,53).

#b40035 hex color red value is 180, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b40035 hue: 0.95 , saturation: 1.00 and the lightness value of b40035 is 0.35.

The process color (four color CMYK) of #b40035 color hex is 0.00, 1.00, 0.71, 0.29. Web safe color of #b40035 is #cc0033. Color #b40035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 00110101
Octal 264 0 65
Decimal 180 0 53
Hex B4 0 35

RGB Percentages of Color #b40035

%77.25
%0.00
%22.75

CMYK Percentages of Color #b40035

%0
%100
%71
%29

Triadic Colors of #b40035

#b40035 #35b400 #0035b4

Analogous Colors of #b40035

#b40035 #b42500 #b4008f

Monochromatic Colors of #b40035

#b40035

Complementary Color

#b40035 #00b47f

#b40035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40035 Color CSS Codes

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

#b40035 Text Font Color

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

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


#b40035 Background Color

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

This div background color is #b40035


#b40035 Border Color

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

This div border color is #b40035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40035


Comments

No comments written yet.

Please login to write comment.