Color Hex Logo

#9971fa Color Hex

#9971FA
(153,113,250)
0 Favorites   0 Comments

Color spaces of #9971fa

RGB 153113250
HSL0.720.930.71
HSV258°55°98°
CMYK 0.390.550.00   0.02
XYZ36.297325.484793.4484
Yxy25.48470.23380.1642
Hunter Lab50.482439.9990-74.4146
CIE-Lab57.544745.7537-63.2632

#9971fa color RGB value is (153,113,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110001 11111010
Octal 231 161 372
Decimal 153 113 250
Hex 99 71 FA

RGB Percentages of Color #9971fa

%29.65
%21.90
%48.45

CMYK Percentages of Color #9971fa

%39
%55
%0
%2

Triadic Colors of #9971fa

#9971fa #fa9971 #71fa99

Analogous Colors of #9971fa

#9971fa #de71fa #718efa

Monochromatic Colors of #9971fa

#9971fa

Complementary Color

#9971fa #d2fa71

#9971fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9971fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9971fa Color CSS Codes

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

#9971fa Text Font Color

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

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


#9971fa Background Color

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

This div background color is #9971fa


#9971fa Border Color

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

This div border color is #9971fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #9971fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9971fa

Related Colors


Comments

No comments written yet.

Please login to write comment.