Color Hex Logo

#b111dd Color Hex

#B111DD
(177,17,221)
0 Favorites   0 Comments

Color spaces of #b111dd

RGB 17717221
HSL0.800.860.47
HSV287°92°87°
CMYK 0.200.920.00   0.13
XYZ31.383114.968569.6417
Yxy14.96850.27060.1290
Hunter Lab38.689177.0861-79.6415
CIE-Lab45.591080.1072-66.1276

#b111dd color RGB value is (177,17,221).

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

The process color (four color CMYK) of #b111dd color hex is 0.20, 0.92, 0.00, 0.13. Web safe color of #b111dd is #9900cc. Color #b111dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010001 11011101
Octal 261 21 335
Decimal 177 17 221
Hex B1 11 DD

RGB Percentages of Color #b111dd

%42.65
%4.10
%53.25

CMYK Percentages of Color #b111dd

%20
%92
%0
%13

Triadic Colors of #b111dd

#b111dd #ddb111 #11ddb1

Analogous Colors of #b111dd

#b111dd #dd11a3 #4b11dd

Monochromatic Colors of #b111dd

#b111dd

Complementary Color

#b111dd #3ddd11

#b111dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b111dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b111dd Color CSS Codes

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

#b111dd Text Font Color

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

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


#b111dd Background Color

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

This div background color is #b111dd


#b111dd Border Color

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

This div border color is #b111dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b111dd


Comments

No comments written yet.

Please login to write comment.