Color Hex Logo

#b30203 Color Hex

#B30203
(179,2,3)
0 Favorites   0 Comments

Color spaces of #b30203

RGB 17923
HSL1.000.980.35
HSV360°99°70°
CMYK 0.000.990.98   0.30
XYZ18.62859.63370.9638
Yxy9.63370.63740.3296
Hunter Lab31.038252.815219.8857
CIE-Lab37.176861.225250.3123

#b30203 color RGB value is (179,2,3).

#b30203 hex color red value is 179, green value is 2 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b30203 hue: 1.00 , saturation: 0.98 and the lightness value of b30203 is 0.35.

The process color (four color CMYK) of #b30203 color hex is 0.00, 0.99, 0.98, 0.30. Web safe color of #b30203 is #cc0000. Color #b30203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000010 00000011
Octal 263 2 3
Decimal 179 2 3
Hex B3 2 3

RGB Percentages of Color #b30203

%97.28
%1.09
%1.63

CMYK Percentages of Color #b30203

%0
%99
%98
%30

Triadic Colors of #b30203

#b30203 #03b302 #0203b3

Analogous Colors of #b30203

#b30203 #b35a02 #b3025b

Monochromatic Colors of #b30203

#b30203

Complementary Color

#b30203 #02b3b2

#b30203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30203 Color CSS Codes

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

#b30203 Text Font Color

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

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


#b30203 Background Color

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

This div background color is #b30203


#b30203 Border Color

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

This div border color is #b30203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30203


Comments

No comments written yet.

Please login to write comment.