Color Hex Logo

#b11cdd Color Hex

#B11CDD
(177,28,221)
0 Favorites   0 Comments

Color spaces of #b11cdd

RGB 17728221
HSL0.800.780.49
HSV286°87°87°
CMYK 0.200.870.00   0.13
XYZ31.597915.398169.7133
Yxy15.39810.27070.1319
Hunter Lab39.240475.0644-77.8645
CIE-Lab46.174778.3780-65.1802

#b11cdd color RGB value is (177,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011100 11011101
Octal 261 34 335
Decimal 177 28 221
Hex B1 1C DD

RGB Percentages of Color #b11cdd

%41.55
%6.57
%51.88

CMYK Percentages of Color #b11cdd

%20
%87
%0
%13

Triadic Colors of #b11cdd

#b11cdd #ddb11c #1cddb1

Analogous Colors of #b11cdd

#b11cdd #dd1ca9 #501cdd

Monochromatic Colors of #b11cdd

#b11cdd

Complementary Color

#b11cdd #48dd1c

#b11cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11cdd Color CSS Codes

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

#b11cdd Text Font Color

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

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


#b11cdd Background Color

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

This div background color is #b11cdd


#b11cdd Border Color

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

This div border color is #b11cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11cdd


Comments

No comments written yet.

Please login to write comment.