Color Hex Logo

#b51adb Color Hex

#B51ADB
(181,26,219)
0 Favorites   0 Comments

Color spaces of #b51adb

RGB 18126219
HSL0.800.790.48
HSV288°88°86°
CMYK 0.170.880.00   0.14
XYZ32.211615.677068.3461
Yxy15.67700.27710.1349
Hunter Lab39.594275.9277-74.6284
CIE-Lab46.547878.9977-63.4026

#b51adb color RGB value is (181,26,219).

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

The process color (four color CMYK) of #b51adb color hex is 0.17, 0.88, 0.00, 0.14. Web safe color of #b51adb is #cc33cc. Color #b51adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011010 11011011
Octal 265 32 333
Decimal 181 26 219
Hex B5 1A DB

RGB Percentages of Color #b51adb

%42.49
%6.10
%51.41

CMYK Percentages of Color #b51adb

%17
%88
%0
%14

Triadic Colors of #b51adb

#b51adb #dbb51a #1adbb5

Analogous Colors of #b51adb

#b51adb #db1aa1 #541adb

Monochromatic Colors of #b51adb

#b51adb

Complementary Color

#b51adb #40db1a

#b51adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51adb Color CSS Codes

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

#b51adb Text Font Color

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

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


#b51adb Background Color

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

This div background color is #b51adb


#b51adb Border Color

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

This div border color is #b51adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51adb


Comments

No comments written yet.

Please login to write comment.