Color Hex Logo

#b500fd Color Hex

#B500FD
(181,0,253)
0 Favorites   0 Comments

Color spaces of #b500fd

RGB 1810253
HSL0.791.000.50
HSV283°100°99°
CMYK 0.281.000.00   0.01
XYZ36.785716.915694.2547
Yxy16.91560.24860.1143
Hunter Lab41.128687.6767-107.0854
CIE-Lab48.153587.8526-79.9999

#b500fd color RGB value is (181,0,253).

#b500fd hex color red value is 181, green value is 0 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b500fd hue: 0.79 , saturation: 1.00 and the lightness value of b500fd is 0.50.

The process color (four color CMYK) of #b500fd color hex is 0.28, 1.00, 0.00, 0.01. Web safe color of #b500fd is #cc00ff. Color #b500fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000000 11111101
Octal 265 0 375
Decimal 181 0 253
Hex B5 0 FD

RGB Percentages of Color #b500fd

%41.71
%0.00
%58.29

CMYK Percentages of Color #b500fd

%28
%100
%0
%1

Triadic Colors of #b500fd

#b500fd #fdb500 #00fdb5

Analogous Colors of #b500fd

#b500fd #fd00c7 #3600fd

Monochromatic Colors of #b500fd

#b500fd

Complementary Color

#b500fd #48fd00

#b500fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b500fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b500fd Color CSS Codes

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

#b500fd Text Font Color

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

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


#b500fd Background Color

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

This div background color is #b500fd


#b500fd Border Color

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

This div border color is #b500fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b500fd


Comments

No comments written yet.

Please login to write comment.