Color Hex Logo

#b5408a Color Hex

#B5408A
(181,64,138)
0 Favorites   0 Comments

Color spaces of #b5408a

RGB 18164138
HSL0.890.480.48
HSV322°65°71°
CMYK 0.000.650.24   0.29
XYZ25.476915.325525.6601
Yxy15.32550.38330.2306
Hunter Lab39.147847.6569-11.4592
CIE-Lab46.076854.8109-16.5077

#b5408a color RGB value is (181,64,138).

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

The process color (four color CMYK) of #b5408a color hex is 0.00, 0.65, 0.24, 0.29. Web safe color of #b5408a is #cc3399. Color #b5408a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 10001010
Octal 265 100 212
Decimal 181 64 138
Hex B5 40 8A

RGB Percentages of Color #b5408a

%47.26
%16.71
%36.03

CMYK Percentages of Color #b5408a

%0
%65
%24
%29

Triadic Colors of #b5408a

#b5408a #8ab540 #408ab5

Analogous Colors of #b5408a

#b5408a #b5404f #a640b5

Monochromatic Colors of #b5408a

#b5408a

Complementary Color

#b5408a #40b56b

#b5408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5408a Color CSS Codes

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

#b5408a Text Font Color

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

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


#b5408a Background Color

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

This div background color is #b5408a


#b5408a Border Color

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

This div border color is #b5408a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5408a


Comments

No comments written yet.

Please login to write comment.