Color Hex Logo

#b909ad Color Hex

#B909AD
(185,9,173)
0 Favorites   0 Comments

Color spaces of #b909ad

RGB 1859173
HSL0.840.910.38
HSV304°95°73°
CMYK 0.000.950.06   0.27
XYZ27.648113.526840.6889
Yxy13.52680.33770.1652
Hunter Lab36.778869.8227-39.8482
CIE-Lab43.546574.6270-41.3909

#b909ad color RGB value is (185,9,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001001 10101101
Octal 271 11 255
Decimal 185 9 173
Hex B9 9 AD

RGB Percentages of Color #b909ad

%50.41
%2.45
%47.14

CMYK Percentages of Color #b909ad

%0
%95
%6
%27

Triadic Colors of #b909ad

#b909ad #adb909 #09adb9

Analogous Colors of #b909ad

#b909ad #b90955 #6d09b9

Monochromatic Colors of #b909ad

#b909ad

Complementary Color

#b909ad #09b915

#b909ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b909ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b909ad Color CSS Codes

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

#b909ad Text Font Color

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

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


#b909ad Background Color

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

This div background color is #b909ad


#b909ad Border Color

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

This div border color is #b909ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,9,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 #b909ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b909ad


Comments

No comments written yet.

Please login to write comment.