Color Hex Logo

#9476fd Color Hex

#9476FD
(148,118,253)
0 Favorites   0 Comments

Color spaces of #9476fd

RGB 148118253
HSL0.700.970.73
HSV253°53°99°
CMYK 0.420.530.00   0.01
XYZ36.420826.344696.0939
Yxy26.34460.22930.1658
Hunter Lab51.327036.8385-75.0733
CIE-Lab58.362742.6386-63.6296

#9476fd color RGB value is (148,118,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110110 11111101
Octal 224 166 375
Decimal 148 118 253
Hex 94 76 FD

RGB Percentages of Color #9476fd

%28.52
%22.74
%48.75

CMYK Percentages of Color #9476fd

%42
%53
%0
%1

Triadic Colors of #9476fd

#9476fd #fd9476 #76fd94

Analogous Colors of #9476fd

#9476fd #d876fd #769cfd

Monochromatic Colors of #9476fd

#9476fd

Complementary Color

#9476fd #dffd76

#9476fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9476fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9476fd Color CSS Codes

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

#9476fd Text Font Color

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

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


#9476fd Background Color

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

This div background color is #9476fd


#9476fd Border Color

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

This div border color is #9476fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9476fd

Related Colors


Comments

No comments written yet.

Please login to write comment.