Color Hex Logo

#b905aa Color Hex

#B905AA
(185,5,170)
0 Favorites   0 Comments

Color spaces of #b905aa

RGB 1855170
HSL0.850.950.37
HSV305°97°73°
CMYK 0.000.970.08   0.27
XYZ27.317613.325139.1624
Yxy13.32510.34230.1670
Hunter Lab36.503669.7000-38.0561
CIE-Lab43.249174.5838-40.0792

#b905aa color RGB value is (185,5,170).

#b905aa hex color red value is 185, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b905aa hue: 0.85 , saturation: 0.95 and the lightness value of b905aa is 0.37.

The process color (four color CMYK) of #b905aa color hex is 0.00, 0.97, 0.08, 0.27. Web safe color of #b905aa is #cc0099. Color #b905aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 10101010
Octal 271 5 252
Decimal 185 5 170
Hex B9 5 AA

RGB Percentages of Color #b905aa

%51.39
%1.39
%47.22

CMYK Percentages of Color #b905aa

%0
%97
%8
%27

Triadic Colors of #b905aa

#b905aa #aab905 #05aab9

Analogous Colors of #b905aa

#b905aa #b90550 #6e05b9

Monochromatic Colors of #b905aa

#b905aa

Complementary Color

#b905aa #05b914

#b905aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b905aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b905aa Color CSS Codes

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

#b905aa Text Font Color

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

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


#b905aa Background Color

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

This div background color is #b905aa


#b905aa Border Color

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

This div border color is #b905aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b905aa


Comments

No comments written yet.

Please login to write comment.