Color Hex Logo

#b5409d Color Hex

#B5409D
(181,64,157)
0 Favorites   0 Comments

Color spaces of #b5409d

RGB 18164157
HSL0.870.480.48
HSV312°65°71°
CMYK 0.000.650.13   0.29
XYZ26.975315.924933.5503
Yxy15.92490.35280.2083
Hunter Lab39.906050.8253-21.9128
CIE-Lab46.875857.5673-26.6790

#b5409d color RGB value is (181,64,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 10011101
Octal 265 100 235
Decimal 181 64 157
Hex B5 40 9D

RGB Percentages of Color #b5409d

%45.02
%15.92
%39.05

CMYK Percentages of Color #b5409d

%0
%65
%13
%29

Triadic Colors of #b5409d

#b5409d #9db540 #409db5

Analogous Colors of #b5409d

#b5409d #b54063 #9340b5

Monochromatic Colors of #b5409d

#b5409d

Complementary Color

#b5409d #40b558

#b5409d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5409d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5409d Color CSS Codes

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

#b5409d Text Font Color

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

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


#b5409d Background Color

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

This div background color is #b5409d


#b5409d Border Color

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

This div border color is #b5409d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5409d


Comments

No comments written yet.

Please login to write comment.