Color Hex Logo

#b30861 Color Hex

#B30861
(179,8,97)
0 Favorites   0 Comments

Color spaces of #b30861

RGB 179897
HSL0.910.910.37
HSV329°96°70°
CMYK 0.000.960.46   0.30
XYZ20.834910.620412.2611
Yxy10.62040.47660.2429
Hunter Lab32.589057.08870.5053
CIE-Lab38.933664.6942-1.8667

#b30861 color RGB value is (179,8,97).

#b30861 hex color red value is 179, green value is 8 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b30861 hue: 0.91 , saturation: 0.91 and the lightness value of b30861 is 0.37.

The process color (four color CMYK) of #b30861 color hex is 0.00, 0.96, 0.46, 0.30. Web safe color of #b30861 is #cc0066. Color #b30861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 01100001
Octal 263 10 141
Decimal 179 8 97
Hex B3 8 61

RGB Percentages of Color #b30861

%63.03
%2.82
%34.15

CMYK Percentages of Color #b30861

%0
%96
%46
%30

Triadic Colors of #b30861

#b30861 #61b308 #0861b3

Analogous Colors of #b30861

#b30861 #b3080c #b008b3

Monochromatic Colors of #b30861

#b30861

Complementary Color

#b30861 #08b35a

#b30861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30861 Color CSS Codes

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

#b30861 Text Font Color

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

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


#b30861 Background Color

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

This div background color is #b30861


#b30861 Border Color

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

This div border color is #b30861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30861


Comments

No comments written yet.

Please login to write comment.