Color Hex Logo

#b00adb Color Hex

#B00ADB
(176,10,219)
0 Favorites   0 Comments

Color spaces of #b00adb

RGB 17610219
HSL0.800.910.45
HSV288°95°86°
CMYK 0.200.950.00   0.14
XYZ30.799214.561768.2052
Yxy14.56170.27120.1282
Hunter Lab38.159877.2897-79.2606
CIE-Lab45.027980.3776-65.9053

#b00adb color RGB value is (176,10,219).

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

The process color (four color CMYK) of #b00adb color hex is 0.20, 0.95, 0.00, 0.14. Web safe color of #b00adb is #9900cc. Color #b00adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001010 11011011
Octal 260 12 333
Decimal 176 10 219
Hex B0 A DB

RGB Percentages of Color #b00adb

%43.46
%2.47
%54.07

CMYK Percentages of Color #b00adb

%20
%95
%0
%14

Triadic Colors of #b00adb

#b00adb #dbb00a #0adbb0

Analogous Colors of #b00adb

#b00adb #db0a9e #480adb

Monochromatic Colors of #b00adb

#b00adb

Complementary Color

#b00adb #35db0a

#b00adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00adb Color CSS Codes

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

#b00adb Text Font Color

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

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


#b00adb Background Color

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

This div background color is #b00adb


#b00adb Border Color

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

This div border color is #b00adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00adb


Comments

No comments written yet.

Please login to write comment.