Color Hex Logo

#9968fc Color Hex

#9968FC
(153,104,252)
0 Favorites   0 Comments

Color spaces of #9968fc

RGB 153104252
HSL0.720.960.70
HSV260°59°99°
CMYK 0.390.590.00   0.01
XYZ35.657923.701294.7909
Yxy23.70120.23130.1538
Hunter Lab48.683945.5433-81.3630
CIE-Lab55.787451.1855-67.1988

#9968fc color RGB value is (153,104,252).

#9968fc hex color red value is 153, green value is 104 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9968fc hue: 0.72 , saturation: 0.96 and the lightness value of 9968fc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101000 11111100
Octal 231 150 374
Decimal 153 104 252
Hex 99 68 FC

RGB Percentages of Color #9968fc

%30.06
%20.43
%49.51

CMYK Percentages of Color #9968fc

%39
%59
%0
%1

Triadic Colors of #9968fc

#9968fc #fc9968 #68fc99

Analogous Colors of #9968fc

#9968fc #e368fc #6881fc

Monochromatic Colors of #9968fc

#9968fc

Complementary Color

#9968fc #cbfc68

#9968fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9968fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9968fc Color CSS Codes

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

#9968fc Text Font Color

<p style="color:#9968fc">Text here</p>

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


#9968fc Background Color

<div style="background-color:#9968fc">
Div content here</div>

This div background color is #9968fc


#9968fc Border Color

<div style="border:3px solid #9968fc">
Div here</div>

This div border color is #9968fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,104,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9968fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9968fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9968fc;
  box-shadow:         1px 1px 3px 2px #9968fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9968fc


Comments

No comments written yet.

Please login to write comment.