Color Hex Logo

#9474fd Color Hex

#9474FD
(148,116,253)
0 Favorites   0 Comments

Color spaces of #9474fd

RGB 148116253
HSL0.710.970.72
HSV254°54°99°
CMYK 0.420.540.00   0.01
XYZ36.187825.878596.0163
Yxy25.87850.22890.1637
Hunter Lab50.870937.9546-76.2973
CIE-Lab57.921543.7641-64.3386

#9474fd color RGB value is (148,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110100 11111101
Octal 224 164 375
Decimal 148 116 253
Hex 94 74 FD

RGB Percentages of Color #9474fd

%28.63
%22.44
%48.94

CMYK Percentages of Color #9474fd

%42
%54
%0
%1

Triadic Colors of #9474fd

#9474fd #fd9474 #74fd94

Analogous Colors of #9474fd

#9474fd #d974fd #7499fd

Monochromatic Colors of #9474fd

#9474fd

Complementary Color

#9474fd #ddfd74

#9474fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9474fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9474fd Color CSS Codes

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

#9474fd Text Font Color

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

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


#9474fd Background Color

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

This div background color is #9474fd


#9474fd Border Color

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

This div border color is #9474fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9474fd


Comments

No comments written yet.

Please login to write comment.