Color Hex Logo

#b5449d Color Hex

#B5449D
(181,68,157)
0 Favorites   0 Comments

Color spaces of #b5449d

RGB 18168157
HSL0.870.450.49
HSV313°62°71°
CMYK 0.000.620.13   0.29
XYZ27.209016.392333.6283
Yxy16.39230.35230.2123
Hunter Lab40.487449.1055-20.9043
CIE-Lab47.485055.8875-25.7332

#b5449d color RGB value is (181,68,157).

#b5449d hex color red value is 181, green value is 68 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b5449d hue: 0.87 , saturation: 0.45 and the lightness value of b5449d is 0.49.

The process color (four color CMYK) of #b5449d color hex is 0.00, 0.62, 0.13, 0.29. Web safe color of #b5449d is #cc3399. Color #b5449d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 10011101
Octal 265 104 235
Decimal 181 68 157
Hex B5 44 9D

RGB Percentages of Color #b5449d

%44.58
%16.75
%38.67

CMYK Percentages of Color #b5449d

%0
%62
%13
%29

Triadic Colors of #b5449d

#b5449d #9db544 #449db5

Analogous Colors of #b5449d

#b5449d #b54465 #9544b5

Monochromatic Colors of #b5449d

#b5449d

Complementary Color

#b5449d #44b55c

#b5449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5449d Color CSS Codes

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

#b5449d Text Font Color

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

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


#b5449d Background Color

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

This div background color is #b5449d


#b5449d Border Color

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

This div border color is #b5449d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5449d


Comments

No comments written yet.

Please login to write comment.