Color Hex Logo

#b51bde Color Hex

#B51BDE
(181,27,222)
0 Favorites   0 Comments

Color spaces of #b51bde

RGB 18127222
HSL0.800.780.49
HSV287°88°87°
CMYK 0.180.880.00   0.13
XYZ32.632815.881570.4527
Yxy15.88150.27430.1335
Hunter Lab39.851676.4258-76.9213
CIE-Lab46.818679.3434-64.6773

#b51bde color RGB value is (181,27,222).

#b51bde hex color red value is 181, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b51bde hue: 0.80 , saturation: 0.78 and the lightness value of b51bde is 0.49.

The process color (four color CMYK) of #b51bde color hex is 0.18, 0.88, 0.00, 0.13. Web safe color of #b51bde is #cc33cc. Color #b51bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011011 11011110
Octal 265 33 336
Decimal 181 27 222
Hex B5 1B DE

RGB Percentages of Color #b51bde

%42.09
%6.28
%51.63

CMYK Percentages of Color #b51bde

%18
%88
%0
%13

Triadic Colors of #b51bde

#b51bde #deb51b #1bdeb5

Analogous Colors of #b51bde

#b51bde #de1ba6 #541bde

Monochromatic Colors of #b51bde

#b51bde

Complementary Color

#b51bde #44de1b

#b51bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51bde Color CSS Codes

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

#b51bde Text Font Color

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

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


#b51bde Background Color

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

This div background color is #b51bde


#b51bde Border Color

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

This div border color is #b51bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,27,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b51bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51bde


Comments

No comments written yet.

Please login to write comment.