Color Hex Logo

#9d6fff Color Hex

#9D6FFF
(157,111,255)
0 Favorites   0 Comments

Color spaces of #9d6fff

RGB 157111255
HSL0.721.000.72
HSV259°56°100°
CMYK 0.380.560.00   0.00
XYZ37.639125.757097.5955
Yxy25.75700.23380.1600
Hunter Lab50.751443.5674-78.4895
CIE-Lab57.805749.0447-65.5842

#9d6fff color RGB value is (157,111,255).

#9d6fff hex color red value is 157, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9d6fff hue: 0.72 , saturation: 1.00 and the lightness value of 9d6fff is 0.72.

The process color (four color CMYK) of #9d6fff color hex is 0.38, 0.56, 0.00, 0.00. Web safe color of #9d6fff is #9966ff. Color #9d6fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01101111 11111111
Octal 235 157 377
Decimal 157 111 255
Hex 9D 6F FF

RGB Percentages of Color #9d6fff

%30.02
%21.22
%48.76

CMYK Percentages of Color #9d6fff

%38
%56
%0
%0

Triadic Colors of #9d6fff

#9d6fff #ff9d6f #6fff9d

Analogous Colors of #9d6fff

#9d6fff #e56fff #6f89ff

Monochromatic Colors of #9d6fff

#9d6fff

Complementary Color

#9d6fff #d1ff6f

#9d6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d6fff Color CSS Codes

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

#9d6fff Text Font Color

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

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


#9d6fff Background Color

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

This div background color is #9d6fff


#9d6fff Border Color

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

This div border color is #9d6fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d6fff

Related Colors


Comments

No comments written yet.

Please login to write comment.