Color Hex Logo

#b960da Color Hex

#B960DA
(185,96,218)
0 Favorites   0 Comments

Color spaces of #b960da

RGB 18596218
HSL0.790.620.62
HSV284°56°85°
CMYK 0.150.560.00   0.15
XYZ36.845323.742068.9704
Yxy23.74200.28440.1833
Hunter Lab48.725849.7075-49.8158
CIE-Lab55.828554.9672-47.9212

#b960da color RGB value is (185,96,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 11011010
Octal 271 140 332
Decimal 185 96 218
Hex B9 60 DA

RGB Percentages of Color #b960da

%37.07
%19.24
%43.69

CMYK Percentages of Color #b960da

%15
%56
%0
%15

Triadic Colors of #b960da

#b960da #dab960 #60dab9

Analogous Colors of #b960da

#b960da #da60be #7c60da

Monochromatic Colors of #b960da

#b960da

Complementary Color

#b960da #81da60

#b960da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b960da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b960da Color CSS Codes

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

#b960da Text Font Color

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

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


#b960da Background Color

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

This div background color is #b960da


#b960da Border Color

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

This div border color is #b960da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b960da


Comments

No comments written yet.

Please login to write comment.