Color Hex Logo

#9975fd Color Hex

#9975FD
(153,117,253)
0 Favorites   0 Comments

Color spaces of #9975fd

RGB 153117253
HSL0.710.970.73
HSV256°54°99°
CMYK 0.400.540.00   0.01
XYZ37.227826.586796.0981
Yxy26.58670.23280.1663
Hunter Lab51.562338.6424-74.4068
CIE-Lab58.589844.3225-63.2409

#9975fd color RGB value is (153,117,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110101 11111101
Octal 231 165 375
Decimal 153 117 253
Hex 99 75 FD

RGB Percentages of Color #9975fd

%29.25
%22.37
%48.37

CMYK Percentages of Color #9975fd

%40
%54
%0
%1

Triadic Colors of #9975fd

#9975fd #fd9975 #75fd99

Analogous Colors of #9975fd

#9975fd #dd75fd #7595fd

Monochromatic Colors of #9975fd

#9975fd

Complementary Color

#9975fd #d9fd75

#9975fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9975fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9975fd Color CSS Codes

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

#9975fd Text Font Color

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

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


#9975fd Background Color

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

This div background color is #9975fd


#9975fd Border Color

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

This div border color is #9975fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9975fd


Comments

No comments written yet.

Please login to write comment.