Color Hex Logo

#b11ddb Color Hex

#B11DDB
(177,29,219)
0 Favorites   0 Comments

Color spaces of #b11ddb

RGB 17729219
HSL0.800.770.49
HSV287°87°86°
CMYK 0.190.870.00   0.14
XYZ31.357015.340368.3261
Yxy15.34030.27260.1334
Hunter Lab39.166774.3660-76.0144
CIE-Lab46.096877.8313-64.1635

#b11ddb color RGB value is (177,29,219).

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

The process color (four color CMYK) of #b11ddb color hex is 0.19, 0.87, 0.00, 0.14. Web safe color of #b11ddb is #9933cc. Color #b11ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011101 11011011
Octal 261 35 333
Decimal 177 29 219
Hex B1 1D DB

RGB Percentages of Color #b11ddb

%41.65
%6.82
%51.53

CMYK Percentages of Color #b11ddb

%19
%87
%0
%14

Triadic Colors of #b11ddb

#b11ddb #dbb11d #1ddbb1

Analogous Colors of #b11ddb

#b11ddb #db1da6 #521ddb

Monochromatic Colors of #b11ddb

#b11ddb

Complementary Color

#b11ddb #47db1d

#b11ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11ddb Color CSS Codes

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

#b11ddb Text Font Color

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

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


#b11ddb Background Color

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

This div background color is #b11ddb


#b11ddb Border Color

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

This div border color is #b11ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11ddb


Comments

No comments written yet.

Please login to write comment.