Color Hex Logo

#b95481 Color Hex

#B95481
(185,84,129)
0 Favorites   0 Comments

Color spaces of #b95481

RGB 18584129
HSL0.930.420.53
HSV333°55°73°
CMYK 0.000.550.30   0.27
XYZ27.140418.239922.8591
Yxy18.23990.39770.2673
Hunter Lab42.708238.6947-1.8386
CIE-Lab49.785845.6932-5.4437

#b95481 color RGB value is (185,84,129).

#b95481 hex color red value is 185, green value is 84 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b95481 hue: 0.93 , saturation: 0.42 and the lightness value of b95481 is 0.53.

The process color (four color CMYK) of #b95481 color hex is 0.00, 0.55, 0.30, 0.27. Web safe color of #b95481 is #cc6699. Color #b95481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010100 10000001
Octal 271 124 201
Decimal 185 84 129
Hex B9 54 81

RGB Percentages of Color #b95481

%46.48
%21.11
%32.41

CMYK Percentages of Color #b95481

%0
%55
%30
%27

Triadic Colors of #b95481

#b95481 #81b954 #5481b9

Analogous Colors of #b95481

#b95481 #b95a54 #b954b4

Monochromatic Colors of #b95481

#b95481

Complementary Color

#b95481 #54b98c

#b95481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95481 Color CSS Codes

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

#b95481 Text Font Color

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

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


#b95481 Background Color

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

This div background color is #b95481


#b95481 Border Color

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

This div border color is #b95481


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,84,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95481; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95481;
  -webkit-box-shadow: 1px 1px 3px 2px #b95481;
  box-shadow:         1px 1px 3px 2px #b95481; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,84,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95481


Comments

No comments written yet.

Please login to write comment.