Color Hex Logo

#b5307b Color Hex

#B5307B
(181,48,123)
0 Favorites   0 Comments

Color spaces of #b5307b

RGB 18148123
HSL0.910.580.45
HSV326°73°71°
CMYK 0.000.730.32   0.29
XYZ23.688213.367720.0706
Yxy13.36770.41470.2340
Hunter Lab36.561951.6658-6.9539
CIE-Lab43.312158.9992-11.5607

#b5307b color RGB value is (181,48,123).

#b5307b hex color red value is 181, green value is 48 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b5307b hue: 0.91 , saturation: 0.58 and the lightness value of b5307b is 0.45.

The process color (four color CMYK) of #b5307b color hex is 0.00, 0.73, 0.32, 0.29. Web safe color of #b5307b is #cc3366. Color #b5307b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110000 01111011
Octal 265 60 173
Decimal 181 48 123
Hex B5 30 7B

RGB Percentages of Color #b5307b

%51.42
%13.64
%34.94

CMYK Percentages of Color #b5307b

%0
%73
%32
%29

Triadic Colors of #b5307b

#b5307b #7bb530 #307bb5

Analogous Colors of #b5307b

#b5307b #b53039 #ad30b5

Monochromatic Colors of #b5307b

#b5307b

Complementary Color

#b5307b #30b56a

#b5307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5307b Color CSS Codes

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

#b5307b Text Font Color

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

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


#b5307b Background Color

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

This div background color is #b5307b


#b5307b Border Color

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

This div border color is #b5307b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5307b


Comments

No comments written yet.

Please login to write comment.