Color Hex Logo

#b963dc Color Hex

#B963DC
(185,99,220)
0 Favorites   0 Comments

Color spaces of #b963dc

RGB 18599220
HSL0.790.630.63
HSV283°55°86°
CMYK 0.160.550.00   0.14
XYZ37.387724.405370.4503
Yxy24.40530.28270.1845
Hunter Lab49.401748.6375-49.9705
CIE-Lab56.491353.8907-47.9983

#b963dc color RGB value is (185,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 11011100
Octal 271 143 334
Decimal 185 99 220
Hex B9 63 DC

RGB Percentages of Color #b963dc

%36.71
%19.64
%43.65

CMYK Percentages of Color #b963dc

%16
%55
%0
%14

Triadic Colors of #b963dc

#b963dc #dcb963 #63dcb9

Analogous Colors of #b963dc

#b963dc #dc63c3 #7d63dc

Monochromatic Colors of #b963dc

#b963dc

Complementary Color

#b963dc #86dc63

#b963dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963dc Color CSS Codes

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

#b963dc Text Font Color

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

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


#b963dc Background Color

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

This div background color is #b963dc


#b963dc Border Color

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

This div border color is #b963dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,99,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963dc


Comments

No comments written yet.

Please login to write comment.