Color Hex Logo

#963daf Color Hex

#963DAF
(150,61,175)
0 Favorites   0 Comments

Color spaces of #963daf

RGB 15061175
HSL0.800.480.46
HSV287°65°69°
CMYK 0.140.650.00   0.31
XYZ21.984312.916741.8919
Yxy12.91670.28630.1682
Hunter Lab35.939846.2934-43.9513
CIE-Lab42.637554.1744-44.3642

#963daf color RGB value is (150,61,175).

#963daf hex color red value is 150, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #963daf hue: 0.80 , saturation: 0.48 and the lightness value of 963daf is 0.46.

The process color (four color CMYK) of #963daf color hex is 0.14, 0.65, 0.00, 0.31. Web safe color of #963daf is #993399. Color #963daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 10101111
Octal 226 75 257
Decimal 150 61 175
Hex 96 3D AF

RGB Percentages of Color #963daf

%38.86
%15.80
%45.34

CMYK Percentages of Color #963daf

%14
%65
%0
%31

Triadic Colors of #963daf

#963daf #af963d #3daf96

Analogous Colors of #963daf

#963daf #af3d8f #5d3daf

Monochromatic Colors of #963daf

#963daf

Complementary Color

#963daf #56af3d

#963daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#963daf Color CSS Codes

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

#963daf Text Font Color

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

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


#963daf Background Color

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

This div background color is #963daf


#963daf Border Color

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

This div border color is #963daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,61,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #963daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #963daf;
  -webkit-box-shadow: 1px 1px 3px 2px #963daf;
  box-shadow:         1px 1px 3px 2px #963daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,61,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963daf


Comments

No comments written yet.

Please login to write comment.