Color Hex Logo

#b51fdd Color Hex

#B51FDD
(181,31,221)
0 Favorites   0 Comments

Color spaces of #b51fdd

RGB 18131221
HSL0.800.750.49
HSV287°86°87°
CMYK 0.180.860.00   0.13
XYZ32.597216.024269.7815
Yxy16.02420.27530.1353
Hunter Lab40.030275.3022-75.3343
CIE-Lab47.006278.4074-63.8028

#b51fdd color RGB value is (181,31,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011111 11011101
Octal 265 37 335
Decimal 181 31 221
Hex B5 1F DD

RGB Percentages of Color #b51fdd

%41.80
%7.16
%51.04

CMYK Percentages of Color #b51fdd

%18
%86
%0
%13

Triadic Colors of #b51fdd

#b51fdd #ddb51f #1fddb5

Analogous Colors of #b51fdd

#b51fdd #dd1fa6 #561fdd

Monochromatic Colors of #b51fdd

#b51fdd

Complementary Color

#b51fdd #47dd1f

#b51fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51fdd Color CSS Codes

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

#b51fdd Text Font Color

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

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


#b51fdd Background Color

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

This div background color is #b51fdd


#b51fdd Border Color

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

This div border color is #b51fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51fdd


Comments

No comments written yet.

Please login to write comment.