Color Hex Logo

#b01ddb Color Hex

#B01DDB
(176,29,219)
0 Favorites   0 Comments

Color spaces of #b01ddb

RGB 17629219
HSL0.800.770.49
HSV286°87°86°
CMYK 0.200.870.00   0.14
XYZ31.130015.223368.3155
Yxy15.22330.27150.1328
Hunter Lab39.017074.1375-76.4998
CIE-Lab45.938577.6778-64.4275

#b01ddb color RGB value is (176,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 11011011
Octal 260 35 333
Decimal 176 29 219
Hex B0 1D DB

RGB Percentages of Color #b01ddb

%41.51
%6.84
%51.65

CMYK Percentages of Color #b01ddb

%20
%87
%0
%14

Triadic Colors of #b01ddb

#b01ddb #dbb01d #1ddbb0

Analogous Colors of #b01ddb

#b01ddb #db1da7 #511ddb

Monochromatic Colors of #b01ddb

#b01ddb

Complementary Color

#b01ddb #48db1d

#b01ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01ddb Color CSS Codes

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

#b01ddb Text Font Color

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

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


#b01ddb Background Color

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

This div background color is #b01ddb


#b01ddb Border Color

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

This div border color is #b01ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01ddb


Comments

No comments written yet.

Please login to write comment.