Color Hex Logo

#b50330 Color Hex

#B50330
(181,3,48)
0 Favorites   0 Comments

Color spaces of #b50330

RGB 181348
HSL0.960.970.36
HSV345°98°71°
CMYK 0.000.980.73   0.29
XYZ19.622110.10233.7120
Yxy10.10230.58680.3021
Hunter Lab31.784154.575815.3245
CIE-Lab38.025462.642028.2969

#b50330 color RGB value is (181,3,48).

#b50330 hex color red value is 181, green value is 3 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b50330 hue: 0.96 , saturation: 0.97 and the lightness value of b50330 is 0.36.

The process color (four color CMYK) of #b50330 color hex is 0.00, 0.98, 0.73, 0.29. Web safe color of #b50330 is #cc0033. Color #b50330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000011 00110000
Octal 265 3 60
Decimal 181 3 48
Hex B5 3 30

RGB Percentages of Color #b50330

%78.02
%1.29
%20.69

CMYK Percentages of Color #b50330

%0
%98
%73
%29

Triadic Colors of #b50330

#b50330 #30b503 #0330b5

Analogous Colors of #b50330

#b50330 #b52f03 #b50389

Monochromatic Colors of #b50330

#b50330

Complementary Color

#b50330 #03b588

#b50330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50330 Color CSS Codes

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

#b50330 Text Font Color

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

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


#b50330 Background Color

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

This div background color is #b50330


#b50330 Border Color

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

This div border color is #b50330


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,3,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b50330; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b50330;
  -webkit-box-shadow: 1px 1px 3px 2px #b50330;
  box-shadow:         1px 1px 3px 2px #b50330; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,3,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50330


Comments

No comments written yet.

Please login to write comment.