Color Hex Logo

#b911ad Color Hex

#B911AD
(185,17,173)
0 Favorites   0 Comments

Color spaces of #b911ad

RGB 18517173
HSL0.850.830.40
HSV304°91°73°
CMYK 0.000.910.06   0.27
XYZ27.750913.732340.7231
Yxy13.73230.33760.1670
Hunter Lab37.057168.8230-39.2155
CIE-Lab43.846573.7439-40.9140

#b911ad color RGB value is (185,17,173).

#b911ad hex color red value is 185, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b911ad hue: 0.85 , saturation: 0.83 and the lightness value of b911ad is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 10101101
Octal 271 21 255
Decimal 185 17 173
Hex B9 11 AD

RGB Percentages of Color #b911ad

%49.33
%4.53
%46.13

CMYK Percentages of Color #b911ad

%0
%91
%6
%27

Triadic Colors of #b911ad

#b911ad #adb911 #11adb9

Analogous Colors of #b911ad

#b911ad #b91159 #7111b9

Monochromatic Colors of #b911ad

#b911ad

Complementary Color

#b911ad #11b91d

#b911ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b911ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b911ad Color CSS Codes

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

#b911ad Text Font Color

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

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


#b911ad Background Color

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

This div background color is #b911ad


#b911ad Border Color

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

This div border color is #b911ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b911ad


Comments

No comments written yet.

Please login to write comment.