Color Hex Logo

#b460da Color Hex

#B460DA
(180,96,218)
0 Favorites   0 Comments

Color spaces of #b460da

RGB 18096218
HSL0.780.620.62
HSV281°56°85°
CMYK 0.170.560.00   0.15
XYZ35.660223.131068.9149
Yxy23.13100.27920.1811
Hunter Lab48.094748.1845-51.2904
CIE-Lab55.207053.6948-48.9467

#b460da color RGB value is (180,96,218).

#b460da hex color red value is 180, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b460da hue: 0.78 , saturation: 0.62 and the lightness value of b460da is 0.62.

The process color (four color CMYK) of #b460da color hex is 0.17, 0.56, 0.00, 0.15. Web safe color of #b460da is #cc66cc. Color #b460da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 11011010
Octal 264 140 332
Decimal 180 96 218
Hex B4 60 DA

RGB Percentages of Color #b460da

%36.44
%19.43
%44.13

CMYK Percentages of Color #b460da

%17
%56
%0
%15

Triadic Colors of #b460da

#b460da #dab460 #60dab4

Analogous Colors of #b460da

#b460da #da60c3 #7760da

Monochromatic Colors of #b460da

#b460da

Complementary Color

#b460da #86da60

#b460da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460da Color CSS Codes

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

#b460da Text Font Color

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

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


#b460da Background Color

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

This div background color is #b460da


#b460da Border Color

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

This div border color is #b460da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460da


Comments

No comments written yet.

Please login to write comment.