Color Hex Logo

#9f50dc Color Hex

#9F50DC
(159,80,220)
0 Favorites   0 Comments

Color spaces of #9f50dc

RGB 15980220
HSL0.760.670.59
HSV274°64°86°
CMYK 0.280.640.00   0.14
XYZ30.085018.275669.6520
Yxy18.27560.25490.1549
Hunter Lab42.750050.8057-66.6755
CIE-Lab49.828757.0093-58.8297

#9f50dc color RGB value is (159,80,220).

#9f50dc hex color red value is 159, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9f50dc hue: 0.76 , saturation: 0.67 and the lightness value of 9f50dc is 0.59.

The process color (four color CMYK) of #9f50dc color hex is 0.28, 0.64, 0.00, 0.14. Web safe color of #9f50dc is #9966cc. Color #9f50dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01010000 11011100
Octal 237 120 334
Decimal 159 80 220
Hex 9F 50 DC

RGB Percentages of Color #9f50dc

%34.64
%17.43
%47.93

CMYK Percentages of Color #9f50dc

%28
%64
%0
%14

Triadic Colors of #9f50dc

#9f50dc #dc9f50 #50dc9f

Analogous Colors of #9f50dc

#9f50dc #dc50d3 #5950dc

Monochromatic Colors of #9f50dc

#9f50dc

Complementary Color

#9f50dc #8ddc50

#9f50dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f50dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f50dc Color CSS Codes

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

#9f50dc Text Font Color

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

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


#9f50dc Background Color

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

This div background color is #9f50dc


#9f50dc Border Color

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

This div border color is #9f50dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,80,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f50dc


Comments

No comments written yet.

Please login to write comment.