Color Hex Logo

#9667cb Color Hex

#9667CB
(150,103,203)
0 Favorites   0 Comments

Color spaces of #9667cb

RGB 150103203
HSL0.750.490.60
HSV268°49°80°
CMYK 0.260.490.00   0.20
XYZ28.207420.496358.9694
Yxy20.49630.26200.1904
Hunter Lab45.272831.9876-45.5362
CIE-Lab52.393838.7114-45.1040

#9667cb color RGB value is (150,103,203).

#9667cb hex color red value is 150, green value is 103 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9667cb hue: 0.75 , saturation: 0.49 and the lightness value of 9667cb is 0.60.

The process color (four color CMYK) of #9667cb color hex is 0.26, 0.49, 0.00, 0.20. Web safe color of #9667cb is #9966cc. Color #9667cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100111 11001011
Octal 226 147 313
Decimal 150 103 203
Hex 96 67 CB

RGB Percentages of Color #9667cb

%32.89
%22.59
%44.52

CMYK Percentages of Color #9667cb

%26
%49
%0
%20

Triadic Colors of #9667cb

#9667cb #cb9667 #67cb96

Analogous Colors of #9667cb

#9667cb #c867cb #676acb

Monochromatic Colors of #9667cb

#9667cb

Complementary Color

#9667cb #9ccb67

#9667cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9667cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9667cb Color CSS Codes

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

#9667cb Text Font Color

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

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


#9667cb Background Color

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

This div background color is #9667cb


#9667cb Border Color

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

This div border color is #9667cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9667cb


Comments

No comments written yet.

Please login to write comment.