Color Hex Logo

#9641cf Color Hex

#9641CF
(150,65,207)
0 Favorites   0 Comments

Color spaces of #9641cf

RGB 15065207
HSL0.770.600.53
HSV276°69°81°
CMYK 0.280.690.00   0.19
XYZ25.730514.769660.5262
Yxy14.76960.25470.1462
Hunter Lab38.431252.2547-66.4753
CIE-Lab45.317059.1522-58.7275

#9641cf color RGB value is (150,65,207).

#9641cf hex color red value is 150, green value is 65 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9641cf hue: 0.77 , saturation: 0.60 and the lightness value of 9641cf is 0.53.

The process color (four color CMYK) of #9641cf color hex is 0.28, 0.69, 0.00, 0.19. Web safe color of #9641cf is #9933cc. Color #9641cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000001 11001111
Octal 226 101 317
Decimal 150 65 207
Hex 96 41 CF

RGB Percentages of Color #9641cf

%35.55
%15.40
%49.05

CMYK Percentages of Color #9641cf

%28
%69
%0
%19

Triadic Colors of #9641cf

#9641cf #cf9641 #41cf96

Analogous Colors of #9641cf

#9641cf #cf41c1 #4f41cf

Monochromatic Colors of #9641cf

#9641cf

Complementary Color

#9641cf #7acf41

#9641cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9641cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9641cf Color CSS Codes

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

#9641cf Text Font Color

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

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


#9641cf Background Color

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

This div background color is #9641cf


#9641cf Border Color

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

This div border color is #9641cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9641cf


Comments

No comments written yet.

Please login to write comment.