Color Hex Logo

#b11ddd Color Hex

#B11DDD
(177,29,221)
0 Favorites   0 Comments

Color spaces of #b11ddd

RGB 17729221
HSL0.800.770.49
HSV286°87°87°
CMYK 0.200.870.00   0.13
XYZ31.622015.446369.7214
Yxy15.44630.27080.1323
Hunter Lab39.301874.8420-77.6693
CIE-Lab46.239578.1867-65.0752

#b11ddd color RGB value is (177,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011101 11011101
Octal 261 35 335
Decimal 177 29 221
Hex B1 1D DD

RGB Percentages of Color #b11ddd

%41.45
%6.79
%51.76

CMYK Percentages of Color #b11ddd

%20
%87
%0
%13

Triadic Colors of #b11ddd

#b11ddd #ddb11d #1dddb1

Analogous Colors of #b11ddd

#b11ddd #dd1da9 #511ddd

Monochromatic Colors of #b11ddd

#b11ddd

Complementary Color

#b11ddd #49dd1d

#b11ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11ddd Color CSS Codes

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

#b11ddd Text Font Color

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

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


#b11ddd Background Color

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

This div background color is #b11ddd


#b11ddd Border Color

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

This div border color is #b11ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11ddd


Comments

No comments written yet.

Please login to write comment.