Color Hex Logo

#9967fa Color Hex

#9967FA
(153,103,250)
0 Favorites   0 Comments

Color spaces of #9967fa

RGB 153103250
HSL0.720.940.69
HSV260°59°98°
CMYK 0.390.590.00   0.02
XYZ35.242423.374993.0968
Yxy23.37490.23230.1541
Hunter Lab48.347645.5071-80.3239
CIE-Lab55.456451.2059-66.6249

#9967fa color RGB value is (153,103,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 11111010
Octal 231 147 372
Decimal 153 103 250
Hex 99 67 FA

RGB Percentages of Color #9967fa

%30.24
%20.36
%49.41

CMYK Percentages of Color #9967fa

%39
%59
%0
%2

Triadic Colors of #9967fa

#9967fa #fa9967 #67fa99

Analogous Colors of #9967fa

#9967fa #e367fa #677ffa

Monochromatic Colors of #9967fa

#9967fa

Complementary Color

#9967fa #c8fa67

#9967fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9967fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9967fa Color CSS Codes

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

#9967fa Text Font Color

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

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


#9967fa Background Color

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

This div background color is #9967fa


#9967fa Border Color

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

This div border color is #9967fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9967fa


Comments

No comments written yet.

Please login to write comment.