Color Hex Logo

#b01adb Color Hex

#B01ADB
(176,26,219)
0 Favorites   0 Comments

Color spaces of #b01adb

RGB 17626219
HSL0.800.790.48
HSV287°88°86°
CMYK 0.200.880.00   0.14
XYZ31.060115.083468.2922
Yxy15.08340.27140.1318
Hunter Lab38.837474.7897-77.0703
CIE-Lab45.748278.2399-64.7362

#b01adb color RGB value is (176,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011010 11011011
Octal 260 32 333
Decimal 176 26 219
Hex B0 1A DB

RGB Percentages of Color #b01adb

%41.81
%6.18
%52.02

CMYK Percentages of Color #b01adb

%20
%88
%0
%14

Triadic Colors of #b01adb

#b01adb #dbb01a #1adbb0

Analogous Colors of #b01adb

#b01adb #db1aa6 #4f1adb

Monochromatic Colors of #b01adb

#b01adb

Complementary Color

#b01adb #45db1a

#b01adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01adb Color CSS Codes

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

#b01adb Text Font Color

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

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


#b01adb Background Color

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

This div background color is #b01adb


#b01adb Border Color

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

This div border color is #b01adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01adb


Comments

No comments written yet.

Please login to write comment.