Color Hex Logo

#9684dc Color Hex

#9684DC
(150,132,220)
0 Favorites   0 Comments

Color spaces of #9684dc

RGB 150132220
HSL0.700.560.69
HSV252°40°86°
CMYK 0.320.400.00   0.14
XYZ33.747228.153971.3657
Yxy28.15390.25320.2113
Hunter Lab53.060220.6735-42.6025
CIE-Lab60.027526.3494-42.6474

#9684dc color RGB value is (150,132,220).

#9684dc hex color red value is 150, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9684dc hue: 0.70 , saturation: 0.56 and the lightness value of 9684dc is 0.69.

The process color (four color CMYK) of #9684dc color hex is 0.32, 0.40, 0.00, 0.14. Web safe color of #9684dc is #9999cc. Color #9684dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 11011100
Octal 226 204 334
Decimal 150 132 220
Hex 96 84 DC

RGB Percentages of Color #9684dc

%29.88
%26.29
%43.82

CMYK Percentages of Color #9684dc

%32
%40
%0
%14

Triadic Colors of #9684dc

#9684dc #dc9684 #84dc96

Analogous Colors of #9684dc

#9684dc #c284dc #849edc

Monochromatic Colors of #9684dc

#9684dc

Complementary Color

#9684dc #cadc84

#9684dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9684dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9684dc Color CSS Codes

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

#9684dc Text Font Color

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

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


#9684dc Background Color

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

This div background color is #9684dc


#9684dc Border Color

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

This div border color is #9684dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,132,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9684dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9684dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9684dc;
  box-shadow:         1px 1px 3px 2px #9684dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9684dc


Comments

No comments written yet.

Please login to write comment.