Color Hex Logo

#9966fd Color Hex

#9966FD
(153,102,253)
0 Favorites   0 Comments

Color spaces of #9966fd

RGB 153102253
HSL0.720.970.70
HSV260°60°99°
CMYK 0.400.600.00   0.01
XYZ35.617923.366995.5615
Yxy23.36690.23050.1512
Hunter Lab48.339346.9305-83.3723
CIE-Lab55.448352.5123-68.2996

#9966fd color RGB value is (153,102,253).

#9966fd hex color red value is 153, green value is 102 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9966fd hue: 0.72 , saturation: 0.97 and the lightness value of 9966fd is 0.70.

The process color (four color CMYK) of #9966fd color hex is 0.40, 0.60, 0.00, 0.01. Web safe color of #9966fd is #9966ff. Color #9966fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 11111101
Octal 231 146 375
Decimal 153 102 253
Hex 99 66 FD

RGB Percentages of Color #9966fd

%30.12
%20.08
%49.80

CMYK Percentages of Color #9966fd

%40
%60
%0
%1

Triadic Colors of #9966fd

#9966fd #fd9966 #66fd99

Analogous Colors of #9966fd

#9966fd #e566fd #667ffd

Monochromatic Colors of #9966fd

#9966fd

Complementary Color

#9966fd #cafd66

#9966fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966fd Color CSS Codes

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

#9966fd Text Font Color

<p style="color:#9966fd">Text here</p>

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


#9966fd Background Color

<div style="background-color:#9966fd">
Div content here</div>

This div background color is #9966fd


#9966fd Border Color

<div style="border:3px solid #9966fd">
Div here</div>

This div border color is #9966fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,102,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9966fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9966fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9966fd;
  box-shadow:         1px 1px 3px 2px #9966fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,102,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966fd

Related Colors


Comments

No comments written yet.

Please login to write comment.