Color Hex Logo

#b110bd Color Hex

#B110BD
(177,16,189)
0 Favorites   0 Comments

Color spaces of #b110bd

RGB 17716189
HSL0.820.840.40
HSV296°92°74°
CMYK 0.060.920.00   0.26
XYZ27.502113.391849.2795
Yxy13.39180.30500.1485
Hunter Lab36.594870.1072-54.2251
CIE-Lab43.347874.8996-51.2318

#b110bd color RGB value is (177,16,189).

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

The process color (four color CMYK) of #b110bd color hex is 0.06, 0.92, 0.00, 0.26. Web safe color of #b110bd is #9900cc. Color #b110bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010000 10111101
Octal 261 20 275
Decimal 177 16 189
Hex B1 10 BD

RGB Percentages of Color #b110bd

%46.34
%4.19
%49.48

CMYK Percentages of Color #b110bd

%6
%92
%0
%26

Triadic Colors of #b110bd

#b110bd #bdb110 #10bdb1

Analogous Colors of #b110bd

#b110bd #bd1073 #5b10bd

Monochromatic Colors of #b110bd

#b110bd

Complementary Color

#b110bd #1cbd10

#b110bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b110bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b110bd Color CSS Codes

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

#b110bd Text Font Color

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

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


#b110bd Background Color

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

This div background color is #b110bd


#b110bd Border Color

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

This div border color is #b110bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b110bd


Comments

No comments written yet.

Please login to write comment.