Color Hex Logo

#b5406d Color Hex

#B5406D
(181,64,109)
0 Favorites   0 Comments

Color spaces of #b5406d

RGB 18164109
HSL0.940.480.48
HSV337°65°71°
CMYK 0.000.650.40   0.29
XYZ23.649814.594716.0386
Yxy14.59470.43570.2689
Hunter Lab38.203043.64621.8507
CIE-Lab45.074051.2348-0.3247

#b5406d color RGB value is (181,64,109).

#b5406d hex color red value is 181, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b5406d hue: 0.94 , saturation: 0.48 and the lightness value of b5406d is 0.48.

The process color (four color CMYK) of #b5406d color hex is 0.00, 0.65, 0.40, 0.29. Web safe color of #b5406d is #cc3366. Color #b5406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 01101101
Octal 265 100 155
Decimal 181 64 109
Hex B5 40 6D

RGB Percentages of Color #b5406d

%51.13
%18.08
%30.79

CMYK Percentages of Color #b5406d

%0
%65
%40
%29

Triadic Colors of #b5406d

#b5406d #6db540 #406db5

Analogous Colors of #b5406d

#b5406d #b54e40 #b540a8

Monochromatic Colors of #b5406d

#b5406d

Complementary Color

#b5406d #40b588

#b5406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5406d Color CSS Codes

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

#b5406d Text Font Color

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

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


#b5406d Background Color

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

This div background color is #b5406d


#b5406d Border Color

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

This div border color is #b5406d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,64,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5406d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5406d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5406d;
  box-shadow:         1px 1px 3px 2px #b5406d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,64,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5406d


Comments

No comments written yet.

Please login to write comment.