Color Hex Logo

#9677fd Color Hex

#9677FD
(150,119,253)
0 Favorites   0 Comments

Color spaces of #9677fd

RGB 150119253
HSL0.710.970.73
HSV254°53°99°
CMYK 0.410.530.00   0.01
XYZ36.904126.769596.1505
Yxy26.76950.23090.1675
Hunter Lab51.739336.7752-73.9651
CIE-Lab58.760442.5239-62.9817

#9677fd color RGB value is (150,119,253).

#9677fd hex color red value is 150, green value is 119 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9677fd hue: 0.71 , saturation: 0.97 and the lightness value of 9677fd is 0.73.

The process color (four color CMYK) of #9677fd color hex is 0.41, 0.53, 0.00, 0.01. Web safe color of #9677fd is #9966ff. Color #9677fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110111 11111101
Octal 226 167 375
Decimal 150 119 253
Hex 96 77 FD

RGB Percentages of Color #9677fd

%28.74
%22.80
%48.47

CMYK Percentages of Color #9677fd

%41
%53
%0
%1

Triadic Colors of #9677fd

#9677fd #fd9677 #77fd96

Analogous Colors of #9677fd

#9677fd #d977fd #779bfd

Monochromatic Colors of #9677fd

#9677fd

Complementary Color

#9677fd #defd77

#9677fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9677fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9677fd Color CSS Codes

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

#9677fd Text Font Color

<p style="color:#9677fd">Text here</p>

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


#9677fd Background Color

<div style="background-color:#9677fd">
Div content here</div>

This div background color is #9677fd


#9677fd Border Color

<div style="border:3px solid #9677fd">
Div here</div>

This div border color is #9677fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,119,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9677fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9677fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9677fd;
  box-shadow:         1px 1px 3px 2px #9677fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,119,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9677fd


Comments

No comments written yet.

Please login to write comment.