Color Hex Logo

#9796fd Color Hex

#9796FD
(151,150,253)
0 Favorites   0 Comments

Color spaces of #9796fd

RGB 151150253
HSL0.670.960.79
HSV241°41°99°
CMYK 0.400.410.00   0.01
XYZ41.398535.483997.5956
Yxy35.48390.23730.2034
Hunter Lab59.568419.8083-55.4417
CIE-Lab66.123725.0298-51.2428

#9796fd color RGB value is (151,150,253).

#9796fd hex color red value is 151, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9796fd hue: 0.67 , saturation: 0.96 and the lightness value of 9796fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 11111101
Octal 227 226 375
Decimal 151 150 253
Hex 97 96 FD

RGB Percentages of Color #9796fd

%27.26
%27.08
%45.67

CMYK Percentages of Color #9796fd

%40
%41
%0
%1

Triadic Colors of #9796fd

#9796fd #fd9796 #96fd97

Analogous Colors of #9796fd

#9796fd #cb96fd #96c9fd

Monochromatic Colors of #9796fd

#9796fd

Complementary Color

#9796fd #fcfd96

#9796fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9796fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9796fd Color CSS Codes

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

#9796fd Text Font Color

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

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


#9796fd Background Color

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

This div background color is #9796fd


#9796fd Border Color

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

This div border color is #9796fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9796fd


Comments

No comments written yet.

Please login to write comment.