Color Hex Logo

#966cdd Color Hex

#966CDD
(150,108,221)
0 Favorites   0 Comments

Color spaces of #966cdd

RGB 150108221
HSL0.730.620.65
HSV262°51°87°
CMYK 0.320.510.00   0.13
XYZ30.991422.429671.1025
Yxy22.42960.24890.1801
Hunter Lab47.359933.9271-55.8615
CIE-Lab54.479940.3493-51.9985

#966cdd color RGB value is (150,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101100 11011101
Octal 226 154 335
Decimal 150 108 221
Hex 96 6C DD

RGB Percentages of Color #966cdd

%31.32
%22.55
%46.14

CMYK Percentages of Color #966cdd

%32
%51
%0
%13

Triadic Colors of #966cdd

#966cdd #dd966c #6cdd96

Analogous Colors of #966cdd

#966cdd #cf6cdd #6c7bdd

Monochromatic Colors of #966cdd

#966cdd

Complementary Color

#966cdd #b3dd6c

#966cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#966cdd Color CSS Codes

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

#966cdd Text Font Color

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

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


#966cdd Background Color

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

This div background color is #966cdd


#966cdd Border Color

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

This div border color is #966cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966cdd


Comments

No comments written yet.

Please login to write comment.