Color Hex Logo

#b10978 Color Hex

#B10978
(177,9,120)
0 Favorites   0 Comments

Color spaces of #b10978

RGB 1779120
HSL0.890.900.36
HSV320°95°69°
CMYK 0.000.950.32   0.31
XYZ21.619310.898618.7335
Yxy10.89860.42180.2126
Hunter Lab33.013059.1218-10.5355
CIE-Lab39.409266.3814-15.7041

#b10978 color RGB value is (177,9,120).

#b10978 hex color red value is 177, green value is 9 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b10978 hue: 0.89 , saturation: 0.90 and the lightness value of b10978 is 0.36.

The process color (four color CMYK) of #b10978 color hex is 0.00, 0.95, 0.32, 0.31. Web safe color of #b10978 is #990066. Color #b10978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001001 01111000
Octal 261 11 170
Decimal 177 9 120
Hex B1 9 78

RGB Percentages of Color #b10978

%57.84
%2.94
%39.22

CMYK Percentages of Color #b10978

%0
%95
%32
%31

Triadic Colors of #b10978

#b10978 #78b109 #0978b1

Analogous Colors of #b10978

#b10978 #b10924 #9609b1

Monochromatic Colors of #b10978

#b10978

Complementary Color

#b10978 #09b142

#b10978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10978 Color CSS Codes

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

#b10978 Text Font Color

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

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


#b10978 Background Color

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

This div background color is #b10978


#b10978 Border Color

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

This div border color is #b10978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10978


Comments

No comments written yet.

Please login to write comment.