Color Hex Logo

#9970fa Color Hex

#9970FA
(153,112,250)
0 Favorites   0 Comments

Color spaces of #9970fa

RGB 153112250
HSL0.720.930.71
HSV258°55°98°
CMYK 0.390.550.00   0.02
XYZ36.186425.262893.4115
Yxy25.26280.23370.1631
Hunter Lab50.262140.5531-75.0062
CIE-Lab57.330646.3067-63.6073

#9970fa color RGB value is (153,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 11111010
Octal 231 160 372
Decimal 153 112 250
Hex 99 70 FA

RGB Percentages of Color #9970fa

%29.71
%21.75
%48.54

CMYK Percentages of Color #9970fa

%39
%55
%0
%2

Triadic Colors of #9970fa

#9970fa #fa9970 #70fa99

Analogous Colors of #9970fa

#9970fa #de70fa #708cfa

Monochromatic Colors of #9970fa

#9970fa

Complementary Color

#9970fa #d1fa70

#9970fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9970fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9970fa Color CSS Codes

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

#9970fa Text Font Color

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

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


#9970fa Background Color

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

This div background color is #9970fa


#9970fa Border Color

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

This div border color is #9970fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9970fa

Related Colors


Comments

No comments written yet.

Please login to write comment.