Color Hex Logo

#b30070 Color Hex

#B30070
(179,0,112)
0 Favorites   0 Comments

Color spaces of #b30070

RGB 1790112
HSL0.901.000.35
HSV322°100°70°
CMYK 0.001.000.37   0.30
XYZ21.515010.753616.2709
Yxy10.75360.44320.2215
Hunter Lab32.792759.7251-6.4633
CIE-Lab39.162366.9537-11.0247

#b30070 color RGB value is (179,0,112).

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

The process color (four color CMYK) of #b30070 color hex is 0.00, 1.00, 0.37, 0.30. Web safe color of #b30070 is #cc0066. Color #b30070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 01110000
Octal 263 0 160
Decimal 179 0 112
Hex B3 0 70

RGB Percentages of Color #b30070

%61.51
%0.00
%38.49

CMYK Percentages of Color #b30070

%0
%100
%37
%30

Triadic Colors of #b30070

#b30070 #70b300 #0070b3

Analogous Colors of #b30070

#b30070 #b30016 #9d00b3

Monochromatic Colors of #b30070

#b30070

Complementary Color

#b30070 #00b343

#b30070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30070 Color CSS Codes

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

#b30070 Text Font Color

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

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


#b30070 Background Color

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

This div background color is #b30070


#b30070 Border Color

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

This div border color is #b30070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30070


Comments

No comments written yet.

Please login to write comment.