Color Hex Logo

#9956ec Color Hex

#9956EC
(153,86,236)
0 Favorites   0 Comments

Color spaces of #9956ec

RGB 15386236
HSL0.740.800.63
HSV267°64°93°
CMYK 0.350.640.00   0.07
XYZ31.605019.484081.4519
Yxy19.48400.23850.1470
Hunter Lab44.140750.5609-78.5081
CIE-Lab51.248756.5332-65.6098

#9956ec color RGB value is (153,86,236).

#9956ec hex color red value is 153, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9956ec hue: 0.74 , saturation: 0.80 and the lightness value of 9956ec is 0.63.

The process color (four color CMYK) of #9956ec color hex is 0.35, 0.64, 0.00, 0.07. Web safe color of #9956ec is #9966ff. Color #9956ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010110 11101100
Octal 231 126 354
Decimal 153 86 236
Hex 99 56 EC

RGB Percentages of Color #9956ec

%32.21
%18.11
%49.68

CMYK Percentages of Color #9956ec

%35
%64
%0
%7

Triadic Colors of #9956ec

#9956ec #ec9956 #56ec99

Analogous Colors of #9956ec

#9956ec #e456ec #565eec

Monochromatic Colors of #9956ec

#9956ec

Complementary Color

#9956ec #a9ec56

#9956ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9956ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9956ec Color CSS Codes

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

#9956ec Text Font Color

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

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


#9956ec Background Color

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

This div background color is #9956ec


#9956ec Border Color

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

This div border color is #9956ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9956ec


Comments

No comments written yet.

Please login to write comment.