Color Hex Logo

#9956fc Color Hex

#9956FC
(153,86,252)
0 Favorites   0 Comments

Color spaces of #9956fc

RGB 15386252
HSL0.730.970.66
HSV264°66°99°
CMYK 0.390.660.00   0.01
XYZ34.035320.456294.2500
Yxy20.45620.22880.1375
Hunter Lab45.228555.1746-91.8922
CIE-Lab52.349160.4506-72.7629

#9956fc color RGB value is (153,86,252).

#9956fc hex color red value is 153, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9956fc hue: 0.73 , saturation: 0.97 and the lightness value of 9956fc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010110 11111100
Octal 231 126 374
Decimal 153 86 252
Hex 99 56 FC

RGB Percentages of Color #9956fc

%31.16
%17.52
%51.32

CMYK Percentages of Color #9956fc

%39
%66
%0
%1

Triadic Colors of #9956fc

#9956fc #fc9956 #56fc99

Analogous Colors of #9956fc

#9956fc #ec56fc #5666fc

Monochromatic Colors of #9956fc

#9956fc

Complementary Color

#9956fc #b9fc56

#9956fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9956fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9956fc Color CSS Codes

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

#9956fc Text Font Color

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

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


#9956fc Background Color

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

This div background color is #9956fc


#9956fc Border Color

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

This div border color is #9956fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9956fc


Comments

No comments written yet.

Please login to write comment.