Color Hex Logo

#b513fb Color Hex

#B513FB
(181,19,251)
0 Favorites   0 Comments

Color spaces of #b513fb

RGB 18119251
HSL0.780.970.53
HSV282°92°98°
CMYK 0.280.920.00   0.02
XYZ36.701517.254592.6629
Yxy17.25450.25030.1177
Hunter Lab41.538585.0218-103.1853
CIE-Lab48.579185.7399-78.1870

#b513fb color RGB value is (181,19,251).

#b513fb hex color red value is 181, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b513fb hue: 0.78 , saturation: 0.97 and the lightness value of b513fb is 0.53.

The process color (four color CMYK) of #b513fb color hex is 0.28, 0.92, 0.00, 0.02. Web safe color of #b513fb is #cc00ff. Color #b513fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 11111011
Octal 265 23 373
Decimal 181 19 251
Hex B5 13 FB

RGB Percentages of Color #b513fb

%40.13
%4.21
%55.65

CMYK Percentages of Color #b513fb

%28
%92
%0
%2

Triadic Colors of #b513fb

#b513fb #fbb513 #13fbb5

Analogous Colors of #b513fb

#b513fb #fb13cd #4113fb

Monochromatic Colors of #b513fb

#b513fb

Complementary Color

#b513fb #59fb13

#b513fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513fb Color CSS Codes

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

#b513fb Text Font Color

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

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


#b513fb Background Color

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

This div background color is #b513fb


#b513fb Border Color

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

This div border color is #b513fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513fb

Related Colors


Comments

No comments written yet.

Please login to write comment.