Color Hex Logo

#b5407c Color Hex

#B5407C
(181,64,124)
0 Favorites   0 Comments

Color spaces of #b5407c

RGB 18164124
HSL0.910.480.48
HSV329°65°71°
CMYK 0.000.650.31   0.29
XYZ24.527514.945820.6609
Yxy14.94580.40790.2485
Hunter Lab38.659845.5937-4.6244
CIE-Lab45.559952.9838-8.7904

#b5407c color RGB value is (181,64,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 01111100
Octal 265 100 174
Decimal 181 64 124
Hex B5 40 7C

RGB Percentages of Color #b5407c

%49.05
%17.34
%33.60

CMYK Percentages of Color #b5407c

%0
%65
%31
%29

Triadic Colors of #b5407c

#b5407c #7cb540 #407cb5

Analogous Colors of #b5407c

#b5407c #b54041 #b440b5

Monochromatic Colors of #b5407c

#b5407c

Complementary Color

#b5407c #40b579

#b5407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5407c Color CSS Codes

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

#b5407c Text Font Color

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

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


#b5407c Background Color

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

This div background color is #b5407c


#b5407c Border Color

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

This div border color is #b5407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5407c


Comments

No comments written yet.

Please login to write comment.