Color Hex Logo

#b505fd Color Hex

#B505FD
(181,5,253)
0 Favorites   0 Comments

Color spaces of #b505fd

RGB 1815253
HSL0.780.980.51
HSV283°98°99°
CMYK 0.280.980.00   0.01
XYZ36.839917.024194.2728
Yxy17.02410.24870.1149
Hunter Lab41.260387.1711-106.5855
CIE-Lab48.290487.4415-79.7761

#b505fd color RGB value is (181,5,253).

#b505fd hex color red value is 181, green value is 5 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b505fd hue: 0.78 , saturation: 0.98 and the lightness value of b505fd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000101 11111101
Octal 265 5 375
Decimal 181 5 253
Hex B5 5 FD

RGB Percentages of Color #b505fd

%41.23
%1.14
%57.63

CMYK Percentages of Color #b505fd

%28
%98
%0
%1

Triadic Colors of #b505fd

#b505fd #fdb505 #05fdb5

Analogous Colors of #b505fd

#b505fd #fd05c9 #3905fd

Monochromatic Colors of #b505fd

#b505fd

Complementary Color

#b505fd #4dfd05

#b505fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b505fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b505fd Color CSS Codes

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

#b505fd Text Font Color

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

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


#b505fd Background Color

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

This div background color is #b505fd


#b505fd Border Color

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

This div border color is #b505fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b505fd

Related Colors


Comments

No comments written yet.

Please login to write comment.