Color Hex Logo

#9674fd Color Hex

#9674FD
(150,116,253)
0 Favorites   0 Comments

Color spaces of #9674fd

RGB 150116253
HSL0.710.970.72
HSV255°54°99°
CMYK 0.410.540.00   0.01
XYZ36.552726.066796.0333
Yxy26.06670.23040.1643
Hunter Lab51.055638.4480-75.7830
CIE-Lab58.100344.2075-64.0417

#9674fd color RGB value is (150,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110100 11111101
Octal 226 164 375
Decimal 150 116 253
Hex 96 74 FD

RGB Percentages of Color #9674fd

%28.90
%22.35
%48.75

CMYK Percentages of Color #9674fd

%41
%54
%0
%1

Triadic Colors of #9674fd

#9674fd #fd9674 #74fd96

Analogous Colors of #9674fd

#9674fd #db74fd #7497fd

Monochromatic Colors of #9674fd

#9674fd

Complementary Color

#9674fd #dbfd74

#9674fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9674fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9674fd Color CSS Codes

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

#9674fd Text Font Color

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

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


#9674fd Background Color

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

This div background color is #9674fd


#9674fd Border Color

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

This div border color is #9674fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,116,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 #9674fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9674fd


Comments

No comments written yet.

Please login to write comment.