Color Hex Logo

#b30b7f Color Hex

#B30B7F
(179,11,127)
0 Favorites   0 Comments

Color spaces of #b30b7f

RGB 17911127
HSL0.880.880.37
HSV319°94°70°
CMYK 0.000.940.29   0.30
XYZ22.540811.355421.0824
Yxy11.35540.41000.2065
Hunter Lab33.697860.4294-13.5053
CIE-Lab40.172767.3665-18.8549

#b30b7f color RGB value is (179,11,127).

#b30b7f hex color red value is 179, green value is 11 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b30b7f hue: 0.88 , saturation: 0.88 and the lightness value of b30b7f is 0.37.

The process color (four color CMYK) of #b30b7f color hex is 0.00, 0.94, 0.29, 0.30. Web safe color of #b30b7f is #cc0066. Color #b30b7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001011 01111111
Octal 263 13 177
Decimal 179 11 127
Hex B3 B 7F

RGB Percentages of Color #b30b7f

%56.47
%3.47
%40.06

CMYK Percentages of Color #b30b7f

%0
%94
%29
%30

Triadic Colors of #b30b7f

#b30b7f #7fb30b #0b7fb3

Analogous Colors of #b30b7f

#b30b7f #b30b2b #930bb3

Monochromatic Colors of #b30b7f

#b30b7f

Complementary Color

#b30b7f #0bb33f

#b30b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30b7f Color CSS Codes

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

#b30b7f Text Font Color

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

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


#b30b7f Background Color

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

This div background color is #b30b7f


#b30b7f Border Color

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

This div border color is #b30b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30b7f


Comments

No comments written yet.

Please login to write comment.