Color Hex Logo

#b5496d Color Hex

#B5496D
(181,73,109)
0 Favorites   0 Comments

Color spaces of #b5496d

RGB 18173109
HSL0.940.430.50
HSV340°60°71°
CMYK 0.000.600.40   0.29
XYZ24.198915.693016.2216
Yxy15.69300.43120.2797
Hunter Lab39.614439.71363.4516
CIE-Lab46.569147.20571.8529

#b5496d color RGB value is (181,73,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001001 01101101
Octal 265 111 155
Decimal 181 73 109
Hex B5 49 6D

RGB Percentages of Color #b5496d

%49.86
%20.11
%30.03

CMYK Percentages of Color #b5496d

%0
%60
%40
%29

Triadic Colors of #b5496d

#b5496d #6db549 #496db5

Analogous Colors of #b5496d

#b5496d #b55b49 #b549a3

Monochromatic Colors of #b5496d

#b5496d

Complementary Color

#b5496d #49b591

#b5496d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5496d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5496d Color CSS Codes

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

#b5496d Text Font Color

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

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


#b5496d Background Color

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

This div background color is #b5496d


#b5496d Border Color

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

This div border color is #b5496d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5496d


Comments

No comments written yet.

Please login to write comment.