Color Hex Logo

#9474fc Color Hex

#9474FC
(148,116,252)
0 Favorites   0 Comments

Color spaces of #9474fc

RGB 148116252
HSL0.710.960.72
HSV254°54°99°
CMYK 0.410.540.00   0.01
XYZ36.028825.815095.1793
Yxy25.81500.22940.1644
Hunter Lab50.808537.6614-75.5018
CIE-Lab57.861043.4934-63.8840

#9474fc color RGB value is (148,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110100 11111100
Octal 224 164 374
Decimal 148 116 252
Hex 94 74 FC

RGB Percentages of Color #9474fc

%28.68
%22.48
%48.84

CMYK Percentages of Color #9474fc

%41
%54
%0
%1

Triadic Colors of #9474fc

#9474fc #fc9474 #74fc94

Analogous Colors of #9474fc

#9474fc #d874fc #7498fc

Monochromatic Colors of #9474fc

#9474fc

Complementary Color

#9474fc #dcfc74

#9474fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9474fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9474fc Color CSS Codes

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

#9474fc Text Font Color

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

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


#9474fc Background Color

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

This div background color is #9474fc


#9474fc Border Color

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

This div border color is #9474fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9474fc


Comments

No comments written yet.

Please login to write comment.