Color Hex Logo

#b120bb Color Hex

#B120BB
(177,32,187)
0 Favorites   0 Comments

Color spaces of #b120bb

RGB 17732187
HSL0.820.710.43
HSV296°83°73°
CMYK 0.050.830.00   0.27
XYZ27.617613.968048.2542
Yxy13.96800.30740.1555
Hunter Lab37.373866.4996-50.3891
CIE-Lab44.187071.7444-48.7124

#b120bb color RGB value is (177,32,187).

#b120bb hex color red value is 177, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b120bb hue: 0.82 , saturation: 0.71 and the lightness value of b120bb is 0.43.

The process color (four color CMYK) of #b120bb color hex is 0.05, 0.83, 0.00, 0.27. Web safe color of #b120bb is #9933cc. Color #b120bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100000 10111011
Octal 261 40 273
Decimal 177 32 187
Hex B1 20 BB

RGB Percentages of Color #b120bb

%44.70
%8.08
%47.22

CMYK Percentages of Color #b120bb

%5
%83
%0
%27

Triadic Colors of #b120bb

#b120bb #bbb120 #20bbb1

Analogous Colors of #b120bb

#b120bb #bb2078 #6320bb

Monochromatic Colors of #b120bb

#b120bb

Complementary Color

#b120bb #2abb20

#b120bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b120bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b120bb Color CSS Codes

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

#b120bb Text Font Color

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

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


#b120bb Background Color

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

This div background color is #b120bb


#b120bb Border Color

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

This div border color is #b120bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,32,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b120bb


Comments

No comments written yet.

Please login to write comment.