Color Hex Logo

#b90bad Color Hex

#B90BAD
(185,11,173)
0 Favorites   0 Comments

Color spaces of #b90bad

RGB 18511173
HSL0.840.890.38
HSV304°94°73°
CMYK 0.000.940.06   0.27
XYZ27.670113.570840.6962
Yxy13.57080.33770.1656
Hunter Lab36.838669.6070-39.7117
CIE-Lab43.611074.4369-41.2883

#b90bad color RGB value is (185,11,173).

#b90bad hex color red value is 185, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b90bad hue: 0.84 , saturation: 0.89 and the lightness value of b90bad is 0.38.

The process color (four color CMYK) of #b90bad color hex is 0.00, 0.94, 0.06, 0.27. Web safe color of #b90bad is #cc0099. Color #b90bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001011 10101101
Octal 271 13 255
Decimal 185 11 173
Hex B9 B AD

RGB Percentages of Color #b90bad

%50.14
%2.98
%46.88

CMYK Percentages of Color #b90bad

%0
%94
%6
%27

Triadic Colors of #b90bad

#b90bad #adb90b #0badb9

Analogous Colors of #b90bad

#b90bad #b90b56 #6e0bb9

Monochromatic Colors of #b90bad

#b90bad

Complementary Color

#b90bad #0bb917

#b90bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90bad Color CSS Codes

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

#b90bad Text Font Color

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

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


#b90bad Background Color

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

This div background color is #b90bad


#b90bad Border Color

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

This div border color is #b90bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90bad


Comments

No comments written yet.

Please login to write comment.