Color Hex Logo

#9476fc Color Hex

#9476FC
(148,118,252)
0 Favorites   0 Comments

Color spaces of #9476fc

RGB 148118252
HSL0.700.960.73
HSV253°53°99°
CMYK 0.410.530.00   0.01
XYZ36.261926.281095.2570
Yxy26.28100.22980.1665
Hunter Lab51.265036.5468-74.2830
CIE-Lab58.302842.3679-63.1744

#9476fc color RGB value is (148,118,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110110 11111100
Octal 224 166 374
Decimal 148 118 252
Hex 94 76 FC

RGB Percentages of Color #9476fc

%28.57
%22.78
%48.65

CMYK Percentages of Color #9476fc

%41
%53
%0
%1

Triadic Colors of #9476fc

#9476fc #fc9476 #76fc94

Analogous Colors of #9476fc

#9476fc #d776fc #769bfc

Monochromatic Colors of #9476fc

#9476fc

Complementary Color

#9476fc #defc76

#9476fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9476fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9476fc Color CSS Codes

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

#9476fc Text Font Color

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

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


#9476fc Background Color

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

This div background color is #9476fc


#9476fc Border Color

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

This div border color is #9476fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,118,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9476fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9476fc

Related Colors


Comments

No comments written yet.

Please login to write comment.