Color Hex Logo

#9f6fda Color Hex

#9F6FDA
(159,111,218)
0 Favorites   0 Comments

Color spaces of #9f6fda

RGB 159111218
HSL0.740.590.65
HSV267°49°85°
CMYK 0.270.490.00   0.15
XYZ32.637423.801869.2037
Yxy23.80180.25980.1894
Hunter Lab48.787134.0348-49.9509
CIE-Lab55.888840.2642-48.0107

#9f6fda color RGB value is (159,111,218).

#9f6fda hex color red value is 159, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9f6fda hue: 0.74 , saturation: 0.59 and the lightness value of 9f6fda is 0.65.

The process color (four color CMYK) of #9f6fda color hex is 0.27, 0.49, 0.00, 0.15. Web safe color of #9f6fda is #9966cc. Color #9f6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101111 11011010
Octal 237 157 332
Decimal 159 111 218
Hex 9F 6F DA

RGB Percentages of Color #9f6fda

%32.58
%22.75
%44.67

CMYK Percentages of Color #9f6fda

%27
%49
%0
%15

Triadic Colors of #9f6fda

#9f6fda #da9f6f #6fda9f

Analogous Colors of #9f6fda

#9f6fda #d56fda #6f75da

Monochromatic Colors of #9f6fda

#9f6fda

Complementary Color

#9f6fda #aada6f

#9f6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f6fda Color CSS Codes

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

#9f6fda Text Font Color

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

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


#9f6fda Background Color

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

This div background color is #9f6fda


#9f6fda Border Color

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

This div border color is #9f6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f6fda


Comments

No comments written yet.

Please login to write comment.