Color Hex Logo

#b60ffb Color Hex

#B60FFB
(182,15,251)
0 Favorites   0 Comments

Color spaces of #b60ffb

RGB 18215251
HSL0.780.970.52
HSV282°94°98°
CMYK 0.270.940.00   0.02
XYZ36.874817.251892.6532
Yxy17.25180.25120.1175
Hunter Lab41.535385.7846-103.1841
CIE-Lab48.575886.3266-78.1862

#b60ffb color RGB value is (182,15,251).

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

The process color (four color CMYK) of #b60ffb color hex is 0.27, 0.94, 0.00, 0.02. Web safe color of #b60ffb is #cc00ff. Color #b60ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001111 11111011
Octal 266 17 373
Decimal 182 15 251
Hex B6 F FB

RGB Percentages of Color #b60ffb

%40.63
%3.35
%56.03

CMYK Percentages of Color #b60ffb

%27
%94
%0
%2

Triadic Colors of #b60ffb

#b60ffb #fbb60f #0ffbb6

Analogous Colors of #b60ffb

#b60ffb #fb0fca #400ffb

Monochromatic Colors of #b60ffb

#b60ffb

Complementary Color

#b60ffb #54fb0f

#b60ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ffb Color CSS Codes

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

#b60ffb Text Font Color

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

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


#b60ffb Background Color

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

This div background color is #b60ffb


#b60ffb Border Color

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

This div border color is #b60ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.