Color Hex Logo

#b111ad Color Hex

#B111AD
(177,17,173)
0 Favorites   0 Comments

Color spaces of #b111ad

RGB 17717173
HSL0.840.820.38
HSV302°90°69°
CMYK 0.000.900.02   0.31
XYZ25.874712.765140.6353
Yxy12.76510.32640.1610
Hunter Lab35.728366.7466-42.4233
CIE-Lab42.407272.2977-43.2920

#b111ad color RGB value is (177,17,173).

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

The process color (four color CMYK) of #b111ad color hex is 0.00, 0.90, 0.02, 0.31. Web safe color of #b111ad is #990099. Color #b111ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 10101101
Octal 261 21 255
Decimal 177 17 173
Hex B1 11 AD

RGB Percentages of Color #b111ad

%48.23
%4.63
%47.14

CMYK Percentages of Color #b111ad

%0
%90
%2
%31

Triadic Colors of #b111ad

#b111ad #adb111 #11adb1

Analogous Colors of #b111ad

#b111ad #b1115d #6511b1

Monochromatic Colors of #b111ad

#b111ad

Complementary Color

#b111ad #11b115

#b111ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b111ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b111ad Color CSS Codes

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

#b111ad Text Font Color

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

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


#b111ad Background Color

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

This div background color is #b111ad


#b111ad Border Color

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

This div border color is #b111ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b111ad


Comments

No comments written yet.

Please login to write comment.