Color Hex Logo

#b122db Color Hex

#B122DB
(177,34,219)
0 Favorites   0 Comments

Color spaces of #b122db

RGB 17734219
HSL0.800.730.50
HSV286°84°86°
CMYK 0.190.840.00   0.14
XYZ31.489715.605668.3703
Yxy15.60560.27270.1352
Hunter Lab39.503973.1556-74.9617
CIE-Lab46.452776.7838-63.5868

#b122db color RGB value is (177,34,219).

#b122db hex color red value is 177, green value is 34 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b122db hue: 0.80 , saturation: 0.73 and the lightness value of b122db is 0.50.

The process color (four color CMYK) of #b122db color hex is 0.19, 0.84, 0.00, 0.14. Web safe color of #b122db is #9933cc. Color #b122db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100010 11011011
Octal 261 42 333
Decimal 177 34 219
Hex B1 22 DB

RGB Percentages of Color #b122db

%41.16
%7.91
%50.93

CMYK Percentages of Color #b122db

%19
%84
%0
%14

Triadic Colors of #b122db

#b122db #dbb122 #22dbb1

Analogous Colors of #b122db

#b122db #db22a9 #5522db

Monochromatic Colors of #b122db

#b122db

Complementary Color

#b122db #4cdb22

#b122db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b122db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b122db Color CSS Codes

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

#b122db Text Font Color

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

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


#b122db Background Color

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

This div background color is #b122db


#b122db Border Color

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

This div border color is #b122db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b122db


Comments

No comments written yet.

Please login to write comment.