Color Hex Logo

#b60d5a Color Hex

#B60D5A
(182,13,90)
0 Favorites   0 Comments

Color spaces of #b60d5a

RGB 1821390
HSL0.920.870.38
HSV333°93°71°
CMYK 0.000.930.51   0.29
XYZ21.280810.971110.6689
Yxy10.97110.49580.2556
Hunter Lab33.122756.71894.0884
CIE-Lab39.531864.25163.5404

#b60d5a color RGB value is (182,13,90).

#b60d5a hex color red value is 182, green value is 13 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b60d5a hue: 0.92 , saturation: 0.87 and the lightness value of b60d5a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 01011010
Octal 266 15 132
Decimal 182 13 90
Hex B6 D 5A

RGB Percentages of Color #b60d5a

%63.86
%4.56
%31.58

CMYK Percentages of Color #b60d5a

%0
%93
%51
%29

Triadic Colors of #b60d5a

#b60d5a #5ab60d #0d5ab6

Analogous Colors of #b60d5a

#b60d5a #b6150d #b60daf

Monochromatic Colors of #b60d5a

#b60d5a

Complementary Color

#b60d5a #0db669

#b60d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60d5a Color CSS Codes

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

#b60d5a Text Font Color

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

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


#b60d5a Background Color

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

This div background color is #b60d5a


#b60d5a Border Color

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

This div border color is #b60d5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,13,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60d5a


Comments

No comments written yet.

Please login to write comment.