Color Hex Logo

#b10059 Color Hex

#B10059
(177,0,89)
0 Favorites   0 Comments

Color spaces of #b10059

RGB 177089
HSL0.921.000.35
HSV330°100°69°
CMYK 0.001.000.50   0.31
XYZ19.934610.068410.3439
Yxy10.06840.49410.2495
Hunter Lab31.730756.61252.8836
CIE-Lab37.964964.46321.7849

#b10059 color RGB value is (177,0,89).

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

The process color (four color CMYK) of #b10059 color hex is 0.00, 1.00, 0.50, 0.31. Web safe color of #b10059 is #990066. Color #b10059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000000 01011001
Octal 261 0 131
Decimal 177 0 89
Hex B1 0 59

RGB Percentages of Color #b10059

%66.54
%0.00
%33.46

CMYK Percentages of Color #b10059

%0
%100
%50
%31

Triadic Colors of #b10059

#b10059 #59b100 #0059b1

Analogous Colors of #b10059

#b10059 #b10000 #b100b1

Monochromatic Colors of #b10059

#b10059

Complementary Color

#b10059 #00b158

#b10059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10059 Color CSS Codes

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

#b10059 Text Font Color

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

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


#b10059 Background Color

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

This div background color is #b10059


#b10059 Border Color

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

This div border color is #b10059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10059


Comments

No comments written yet.

Please login to write comment.