Color Hex Logo

#9669ee Color Hex

#9669EE
(150,105,238)
0 Favorites   0 Comments

Color spaces of #9669ee

RGB 150105238
HSL0.720.800.67
HSV260°56°93°
CMYK 0.370.560.00   0.07
XYZ33.061922.760283.5395
Yxy22.76020.23720.1633
Hunter Lab47.707740.2140-70.4257
CIE-Lab54.824546.3633-60.9828

#9669ee color RGB value is (150,105,238).

#9669ee hex color red value is 150, green value is 105 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9669ee hue: 0.72 , saturation: 0.80 and the lightness value of 9669ee is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101001 11101110
Octal 226 151 356
Decimal 150 105 238
Hex 96 69 EE

RGB Percentages of Color #9669ee

%30.43
%21.30
%48.28

CMYK Percentages of Color #9669ee

%37
%56
%0
%7

Triadic Colors of #9669ee

#9669ee #ee9669 #69ee96

Analogous Colors of #9669ee

#9669ee #d969ee #697fee

Monochromatic Colors of #9669ee

#9669ee

Complementary Color

#9669ee #c1ee69

#9669ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9669ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9669ee Color CSS Codes

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

#9669ee Text Font Color

<p style="color:#9669ee">Text here</p>

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


#9669ee Background Color

<div style="background-color:#9669ee">
Div content here</div>

This div background color is #9669ee


#9669ee Border Color

<div style="border:3px solid #9669ee">
Div here</div>

This div border color is #9669ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,105,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9669ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9669ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9669ee;
  box-shadow:         1px 1px 3px 2px #9669ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9669ee


Comments

No comments written yet.

Please login to write comment.