Color Hex Logo

#b460f0 Color Hex

#B460F0
(180,96,240)
0 Favorites   0 Comments

Color spaces of #b460f0

RGB 18096240
HSL0.760.830.66
HSV275°60°94°
CMYK 0.250.600.00   0.06
XYZ38.733424.360385.0986
Yxy24.36030.26140.1644
Hunter Lab49.356253.7088-67.6770
CIE-Lab56.446758.4266-59.3178

#b460f0 color RGB value is (180,96,240).

#b460f0 hex color red value is 180, green value is 96 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #b460f0 hue: 0.76 , saturation: 0.83 and the lightness value of b460f0 is 0.66.

The process color (four color CMYK) of #b460f0 color hex is 0.25, 0.60, 0.00, 0.06. Web safe color of #b460f0 is #cc66ff. Color #b460f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 11110000
Octal 264 140 360
Decimal 180 96 240
Hex B4 60 F0

RGB Percentages of Color #b460f0

%34.88
%18.60
%46.51

CMYK Percentages of Color #b460f0

%25
%60
%0
%6

Triadic Colors of #b460f0

#b460f0 #f0b460 #60f0b4

Analogous Colors of #b460f0

#b460f0 #f060e4 #6c60f0

Monochromatic Colors of #b460f0

#b460f0

Complementary Color

#b460f0 #9cf060

#b460f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460f0 Color CSS Codes

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

#b460f0 Text Font Color

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

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


#b460f0 Background Color

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

This div background color is #b460f0


#b460f0 Border Color

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

This div border color is #b460f0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,96,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b460f0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b460f0;
  -webkit-box-shadow: 1px 1px 3px 2px #b460f0;
  box-shadow:         1px 1px 3px 2px #b460f0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,96,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460f0


Comments

No comments written yet.

Please login to write comment.