Color Hex Logo

#964dda Color Hex

#964DDA
(150,77,218)
0 Favorites   0 Comments

Color spaces of #964dda

RGB 15077218
HSL0.750.660.58
HSV271°65°85°
CMYK 0.310.650.00   0.15
XYZ27.886416.853768.1130
Yxy16.85370.24710.1493
Hunter Lab41.053349.4072-69.6330
CIE-Lab48.075256.0561-60.5744

#964dda color RGB value is (150,77,218).

#964dda hex color red value is 150, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #964dda hue: 0.75 , saturation: 0.66 and the lightness value of 964dda is 0.58.

The process color (four color CMYK) of #964dda color hex is 0.31, 0.65, 0.00, 0.15. Web safe color of #964dda is #9966cc. Color #964dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001101 11011010
Octal 226 115 332
Decimal 150 77 218
Hex 96 4D DA

RGB Percentages of Color #964dda

%33.71
%17.30
%48.99

CMYK Percentages of Color #964dda

%31
%65
%0
%15

Triadic Colors of #964dda

#964dda #da964d #4dda96

Analogous Colors of #964dda

#964dda #da4dd8 #4f4dda

Monochromatic Colors of #964dda

#964dda

Complementary Color

#964dda #91da4d

#964dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#964dda Color CSS Codes

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

#964dda Text Font Color

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

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


#964dda Background Color

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

This div background color is #964dda


#964dda Border Color

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

This div border color is #964dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,77,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964dda;
  -webkit-box-shadow: 1px 1px 3px 2px #964dda;
  box-shadow:         1px 1px 3px 2px #964dda; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964dda


Comments

No comments written yet.

Please login to write comment.