Color Hex Logo

#9671fa Color Hex

#9671FA
(150,113,250)
0 Favorites   0 Comments

Color spaces of #9671fa

RGB 150113250
HSL0.710.930.71
HSV256°55°98°
CMYK 0.400.550.00   0.02
XYZ35.738125.196493.4223
Yxy25.19640.23150.1632
Hunter Lab50.196039.2438-75.2104
CIE-Lab57.266345.0811-63.7254

#9671fa color RGB value is (150,113,250).

#9671fa hex color red value is 150, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9671fa hue: 0.71 , saturation: 0.93 and the lightness value of 9671fa is 0.71.

The process color (four color CMYK) of #9671fa color hex is 0.40, 0.55, 0.00, 0.02. Web safe color of #9671fa is #9966ff. Color #9671fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110001 11111010
Octal 226 161 372
Decimal 150 113 250
Hex 96 71 FA

RGB Percentages of Color #9671fa

%29.24
%22.03
%48.73

CMYK Percentages of Color #9671fa

%40
%55
%0
%2

Triadic Colors of #9671fa

#9671fa #fa9671 #71fa96

Analogous Colors of #9671fa

#9671fa #db71fa #7191fa

Monochromatic Colors of #9671fa

#9671fa

Complementary Color

#9671fa #d5fa71

#9671fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9671fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9671fa Color CSS Codes

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

#9671fa Text Font Color

<p style="color:#9671fa">Text here</p>

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


#9671fa Background Color

<div style="background-color:#9671fa">
Div content here</div>

This div background color is #9671fa


#9671fa Border Color

<div style="border:3px solid #9671fa">
Div here</div>

This div border color is #9671fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9671fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9671fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9671fa;
  box-shadow:         1px 1px 3px 2px #9671fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9671fa

Related Colors


Comments

No comments written yet.

Please login to write comment.