Color Hex Logo

#b61159 Color Hex

#B61159
(182,17,89)
0 Favorites   0 Comments

Color spaces of #b61159

RGB 1821789
HSL0.930.830.39
HSV334°91°71°
CMYK 0.000.910.51   0.29
XYZ21.295011.067210.4650
Yxy11.06720.49720.2584
Hunter Lab33.267456.04284.6362
CIE-Lab39.693463.62234.4103

#b61159 color RGB value is (182,17,89).

#b61159 hex color red value is 182, green value is 17 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b61159 hue: 0.93 , saturation: 0.83 and the lightness value of b61159 is 0.39.

The process color (four color CMYK) of #b61159 color hex is 0.00, 0.91, 0.51, 0.29. Web safe color of #b61159 is #cc0066. Color #b61159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 01011001
Octal 266 21 131
Decimal 182 17 89
Hex B6 11 59

RGB Percentages of Color #b61159

%63.19
%5.90
%30.90

CMYK Percentages of Color #b61159

%0
%91
%51
%29

Triadic Colors of #b61159

#b61159 #59b611 #1159b6

Analogous Colors of #b61159

#b61159 #b61c11 #b611ac

Monochromatic Colors of #b61159

#b61159

Complementary Color

#b61159 #11b66e

#b61159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61159 Color CSS Codes

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

#b61159 Text Font Color

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

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


#b61159 Background Color

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

This div background color is #b61159


#b61159 Border Color

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

This div border color is #b61159


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,17,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 #b61159">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61159


Comments

No comments written yet.

Please login to write comment.