Color Hex Logo

#b60259 Color Hex

#B60259
(182,2,89)
0 Favorites   0 Comments

Color spaces of #b60259

RGB 182289
HSL0.920.980.36
HSV331°99°71°
CMYK 0.000.990.51   0.29
XYZ21.116310.709810.4054
Yxy10.70980.50000.2536
Hunter Lab32.725857.90674.0564
CIE-Lab39.087365.38293.5396

#b60259 color RGB value is (182,2,89).

#b60259 hex color red value is 182, green value is 2 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b60259 hue: 0.92 , saturation: 0.98 and the lightness value of b60259 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000010 01011001
Octal 266 2 131
Decimal 182 2 89
Hex B6 2 59

RGB Percentages of Color #b60259

%66.67
%0.73
%32.60

CMYK Percentages of Color #b60259

%0
%99
%51
%29

Triadic Colors of #b60259

#b60259 #59b602 #0259b6

Analogous Colors of #b60259

#b60259 #b60502 #b602b3

Monochromatic Colors of #b60259

#b60259

Complementary Color

#b60259 #02b65f

#b60259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60259 Color CSS Codes

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

#b60259 Text Font Color

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

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


#b60259 Background Color

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

This div background color is #b60259


#b60259 Border Color

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

This div border color is #b60259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60259


Comments

No comments written yet.

Please login to write comment.