Color Hex Logo

#b51cdb Color Hex

#B51CDB
(181,28,219)
0 Favorites   0 Comments

Color spaces of #b51cdb

RGB 18128219
HSL0.800.770.48
HSV288°87°86°
CMYK 0.170.870.00   0.14
XYZ32.257515.768768.3613
Yxy15.76870.27720.1355
Hunter Lab39.709875.5088-74.2721
CIE-Lab46.669678.6386-63.2054

#b51cdb color RGB value is (181,28,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011100 11011011
Octal 265 34 333
Decimal 181 28 219
Hex B5 1C DB

RGB Percentages of Color #b51cdb

%42.29
%6.54
%51.17

CMYK Percentages of Color #b51cdb

%17
%87
%0
%14

Triadic Colors of #b51cdb

#b51cdb #dbb51c #1cdbb5

Analogous Colors of #b51cdb

#b51cdb #db1ca2 #561cdb

Monochromatic Colors of #b51cdb

#b51cdb

Complementary Color

#b51cdb #42db1c

#b51cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51cdb Color CSS Codes

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

#b51cdb Text Font Color

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

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


#b51cdb Background Color

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

This div background color is #b51cdb


#b51cdb Border Color

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

This div border color is #b51cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51cdb


Comments

No comments written yet.

Please login to write comment.