Color Hex Logo

#9641de Color Hex

#9641DE
(150,65,222)
0 Favorites   0 Comments

Color spaces of #9641de

RGB 15065222
HSL0.760.700.56
HSV272°71°87°
CMYK 0.320.710.00   0.13
XYZ27.652815.538670.6490
Yxy15.53860.24290.1365
Hunter Lab39.419056.2360-78.6695
CIE-Lab46.363262.5048-65.6230

#9641de color RGB value is (150,65,222).

#9641de hex color red value is 150, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9641de hue: 0.76 , saturation: 0.70 and the lightness value of 9641de is 0.56.

The process color (four color CMYK) of #9641de color hex is 0.32, 0.71, 0.00, 0.13. Web safe color of #9641de is #9933cc. Color #9641de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000001 11011110
Octal 226 101 336
Decimal 150 65 222
Hex 96 41 DE

RGB Percentages of Color #9641de

%34.32
%14.87
%50.80

CMYK Percentages of Color #9641de

%32
%71
%0
%13

Triadic Colors of #9641de

#9641de #de9641 #41de96

Analogous Colors of #9641de

#9641de #de41d8 #4841de

Monochromatic Colors of #9641de

#9641de

Complementary Color

#9641de #89de41

#9641de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9641de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9641de Color CSS Codes

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

#9641de Text Font Color

<p style="color:#9641de">Text here</p>

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


#9641de Background Color

<div style="background-color:#9641de">
Div content here</div>

This div background color is #9641de


#9641de Border Color

<div style="border:3px solid #9641de">
Div here</div>

This div border color is #9641de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,65,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9641de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9641de;
  -webkit-box-shadow: 1px 1px 3px 2px #9641de;
  box-shadow:         1px 1px 3px 2px #9641de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9641de


Comments

No comments written yet.

Please login to write comment.