Color Hex Logo

#9471ff Color Hex

#9471FF
(148,113,255)
0 Favorites   0 Comments

Color spaces of #9471ff

RGB 148113255
HSL0.711.000.72
HSV255°56°100°
CMYK 0.420.560.00   0.00
XYZ36.167925.326297.5899
Yxy25.32620.22740.1592
Hunter Lab50.325140.2162-79.7468
CIE-Lab57.391945.9807-66.2939

#9471ff color RGB value is (148,113,255).

#9471ff hex color red value is 148, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9471ff hue: 0.71 , saturation: 1.00 and the lightness value of 9471ff is 0.72.

The process color (four color CMYK) of #9471ff color hex is 0.42, 0.56, 0.00, 0.00. Web safe color of #9471ff is #9966ff. Color #9471ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110001 11111111
Octal 224 161 377
Decimal 148 113 255
Hex 94 71 FF

RGB Percentages of Color #9471ff

%28.68
%21.90
%49.42

CMYK Percentages of Color #9471ff

%42
%56
%0
%0

Triadic Colors of #9471ff

#9471ff #ff9471 #71ff94

Analogous Colors of #9471ff

#9471ff #db71ff #7195ff

Monochromatic Colors of #9471ff

#9471ff

Complementary Color

#9471ff #dcff71

#9471ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9471ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9471ff Color CSS Codes

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

#9471ff Text Font Color

<p style="color:#9471ff">Text here</p>

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


#9471ff Background Color

<div style="background-color:#9471ff">
Div content here</div>

This div background color is #9471ff


#9471ff Border Color

<div style="border:3px solid #9471ff">
Div here</div>

This div border color is #9471ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,113,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9471ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9471ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9471ff;
  box-shadow:         1px 1px 3px 2px #9471ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9471ff


Comments

No comments written yet.

Please login to write comment.