Color Hex Logo

#9f55ec Color Hex

#9F55EC
(159,85,236)
0 Favorites   0 Comments

Color spaces of #9f55ec

RGB 15985236
HSL0.750.800.63
HSV269°64°93°
CMYK 0.330.640.00   0.07
XYZ32.686919.924181.4798
Yxy19.92410.24380.1486
Hunter Lab44.636452.6004-76.9831
CIE-Lab51.751358.2753-64.7641

#9f55ec color RGB value is (159,85,236).

#9f55ec hex color red value is 159, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9f55ec hue: 0.75 , saturation: 0.80 and the lightness value of 9f55ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010101 11101100
Octal 237 125 354
Decimal 159 85 236
Hex 9F 55 EC

RGB Percentages of Color #9f55ec

%33.13
%17.71
%49.17

CMYK Percentages of Color #9f55ec

%33
%64
%0
%7

Triadic Colors of #9f55ec

#9f55ec #ec9f55 #55ec9f

Analogous Colors of #9f55ec

#9f55ec #eb55ec #5556ec

Monochromatic Colors of #9f55ec

#9f55ec

Complementary Color

#9f55ec #a2ec55

#9f55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f55ec Color CSS Codes

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

#9f55ec Text Font Color

<p style="color:#9f55ec">Text here</p>

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


#9f55ec Background Color

<div style="background-color:#9f55ec">
Div content here</div>

This div background color is #9f55ec


#9f55ec Border Color

<div style="border:3px solid #9f55ec">
Div here</div>

This div border color is #9f55ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,85,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f55ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f55ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9f55ec;
  box-shadow:         1px 1px 3px 2px #9f55ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,85,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 #9f55ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f55ec


Comments

No comments written yet.

Please login to write comment.