Color Hex Logo

#b30138 Color Hex

#B30138
(179,1,56)
0 Favorites   0 Comments

Color spaces of #b30138

RGB 179156
HSL0.950.990.35
HSV341°99°70°
CMYK 0.000.990.69   0.30
XYZ19.31519.89094.6325
Yxy9.89090.57080.2923
Hunter Lab31.449854.589813.2815
CIE-Lab37.645962.728522.6726

#b30138 color RGB value is (179,1,56).

#b30138 hex color red value is 179, green value is 1 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b30138 hue: 0.95 , saturation: 0.99 and the lightness value of b30138 is 0.35.

The process color (four color CMYK) of #b30138 color hex is 0.00, 0.99, 0.69, 0.30. Web safe color of #b30138 is #cc0033. Color #b30138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 00111000
Octal 263 1 70
Decimal 179 1 56
Hex B3 1 38

RGB Percentages of Color #b30138

%75.85
%0.42
%23.73

CMYK Percentages of Color #b30138

%0
%99
%69
%30

Triadic Colors of #b30138

#b30138 #38b301 #0138b3

Analogous Colors of #b30138

#b30138 #b32301 #b30191

Monochromatic Colors of #b30138

#b30138

Complementary Color

#b30138 #01b37c

#b30138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30138 Color CSS Codes

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

#b30138 Text Font Color

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

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


#b30138 Background Color

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

This div background color is #b30138


#b30138 Border Color

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

This div border color is #b30138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30138


Comments

No comments written yet.

Please login to write comment.