Color Hex Logo

#9667ec Color Hex

#9667EC
(150,103,236)
0 Favorites   0 Comments

Color spaces of #9667ec

RGB 150103236
HSL0.730.780.66
HSV261°56°93°
CMYK 0.360.560.00   0.07
XYZ32.568222.240781.9332
Yxy22.24070.23820.1626
Hunter Lab47.160040.7400-69.9951
CIE-Lab54.281546.9448-60.7379

#9667ec color RGB value is (150,103,236).

#9667ec hex color red value is 150, green value is 103 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9667ec hue: 0.73 , saturation: 0.78 and the lightness value of 9667ec is 0.66.

The process color (four color CMYK) of #9667ec color hex is 0.36, 0.56, 0.00, 0.07. Web safe color of #9667ec is #9966ff. Color #9667ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100111 11101100
Octal 226 147 354
Decimal 150 103 236
Hex 96 67 EC

RGB Percentages of Color #9667ec

%30.67
%21.06
%48.26

CMYK Percentages of Color #9667ec

%36
%56
%0
%7

Triadic Colors of #9667ec

#9667ec #ec9667 #67ec96

Analogous Colors of #9667ec

#9667ec #d967ec #677bec

Monochromatic Colors of #9667ec

#9667ec

Complementary Color

#9667ec #bdec67

#9667ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9667ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9667ec Color CSS Codes

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

#9667ec Text Font Color

<p style="color:#9667ec">Text here</p>

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


#9667ec Background Color

<div style="background-color:#9667ec">
Div content here</div>

This div background color is #9667ec


#9667ec Border Color

<div style="border:3px solid #9667ec">
Div here</div>

This div border color is #9667ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,103,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9667ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9667ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9667ec;
  box-shadow:         1px 1px 3px 2px #9667ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9667ec


Comments

No comments written yet.

Please login to write comment.