Color Hex Logo

#966edd Color Hex

#966EDD
(150,110,221)
0 Favorites   0 Comments

Color spaces of #966edd

RGB 150110221
HSL0.730.620.65
HSV262°50°87°
CMYK 0.320.500.00   0.13
XYZ31.204822.856371.1737
Yxy22.85630.24920.1825
Hunter Lab47.808332.8438-54.8011
CIE-Lab54.924039.2231-51.2906

#966edd color RGB value is (150,110,221).

#966edd hex color red value is 150, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #966edd hue: 0.73 , saturation: 0.62 and the lightness value of 966edd is 0.65.

The process color (four color CMYK) of #966edd color hex is 0.32, 0.50, 0.00, 0.13. Web safe color of #966edd is #9966cc. Color #966edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101110 11011101
Octal 226 156 335
Decimal 150 110 221
Hex 96 6E DD

RGB Percentages of Color #966edd

%31.19
%22.87
%45.95

CMYK Percentages of Color #966edd

%32
%50
%0
%13

Triadic Colors of #966edd

#966edd #dd966e #6edd96

Analogous Colors of #966edd

#966edd #ce6edd #6e7edd

Monochromatic Colors of #966edd

#966edd

Complementary Color

#966edd #b5dd6e

#966edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#966edd Color CSS Codes

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

#966edd Text Font Color

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

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


#966edd Background Color

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

This div background color is #966edd


#966edd Border Color

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

This div border color is #966edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,110,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966edd;
  -webkit-box-shadow: 1px 1px 3px 2px #966edd;
  box-shadow:         1px 1px 3px 2px #966edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966edd


Comments

No comments written yet.

Please login to write comment.