Color Hex Logo

#b11bdd Color Hex

#B11BDD
(177,27,221)
0 Favorites   0 Comments

Color spaces of #b11bdd

RGB 17727221
HSL0.800.780.49
HSV286°88°87°
CMYK 0.200.880.00   0.13
XYZ31.574515.351469.7056
Yxy15.35140.27070.1316
Hunter Lab39.180975.2805-78.0546
CIE-Lab46.111878.5637-65.2824

#b11bdd color RGB value is (177,27,221).

#b11bdd hex color red value is 177, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b11bdd hue: 0.80 , saturation: 0.78 and the lightness value of b11bdd is 0.49.

The process color (four color CMYK) of #b11bdd color hex is 0.20, 0.88, 0.00, 0.13. Web safe color of #b11bdd is #9933cc. Color #b11bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011011 11011101
Octal 261 33 335
Decimal 177 27 221
Hex B1 1B DD

RGB Percentages of Color #b11bdd

%41.65
%6.35
%52.00

CMYK Percentages of Color #b11bdd

%20
%88
%0
%13

Triadic Colors of #b11bdd

#b11bdd #ddb11b #1bddb1

Analogous Colors of #b11bdd

#b11bdd #dd1ba8 #501bdd

Monochromatic Colors of #b11bdd

#b11bdd

Complementary Color

#b11bdd #47dd1b

#b11bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11bdd Color CSS Codes

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

#b11bdd Text Font Color

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

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


#b11bdd Background Color

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

This div background color is #b11bdd


#b11bdd Border Color

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

This div border color is #b11bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11bdd


Comments

No comments written yet.

Please login to write comment.