Color Hex Logo

#b963da Color Hex

#B963DA
(185,99,218)
0 Favorites   0 Comments

Color spaces of #b963da

RGB 18599218
HSL0.790.620.62
HSV283°55°85°
CMYK 0.150.550.00   0.15
XYZ37.124324.299969.0634
Yxy24.29990.28450.1862
Hunter Lab49.294948.1633-48.5603
CIE-Lab56.386853.4788-47.0358

#b963da color RGB value is (185,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11011010
Octal 271 143 332
Decimal 185 99 218
Hex B9 63 DA

RGB Percentages of Color #b963da

%36.85
%19.72
%43.43

CMYK Percentages of Color #b963da

%15
%55
%0
%15

Triadic Colors of #b963da

#b963da #dab963 #63dab9

Analogous Colors of #b963da

#b963da #da63c0 #7e63da

Monochromatic Colors of #b963da

#b963da

Complementary Color

#b963da #84da63

#b963da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963da Color CSS Codes

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

#b963da Text Font Color

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

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


#b963da Background Color

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

This div background color is #b963da


#b963da Border Color

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

This div border color is #b963da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963da


Comments

No comments written yet.

Please login to write comment.