Color Hex Logo

#9471ba Color Hex

#9471BA
(148,113,186)
0 Favorites   0 Comments

Color spaces of #9471ba

RGB 148113186
HSL0.750.350.59
HSV269°39°73°
CMYK 0.200.390.00   0.27
XYZ26.980821.651349.2115
Yxy21.65130.27580.2213
Hunter Lab46.531022.0734-30.1339
CIE-Lab53.655128.3687-33.3899

#9471ba color RGB value is (148,113,186).

#9471ba hex color red value is 148, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9471ba hue: 0.75 , saturation: 0.35 and the lightness value of 9471ba is 0.59.

The process color (four color CMYK) of #9471ba color hex is 0.20, 0.39, 0.00, 0.27. Web safe color of #9471ba is #9966cc. Color #9471ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110001 10111010
Octal 224 161 272
Decimal 148 113 186
Hex 94 71 BA

RGB Percentages of Color #9471ba

%33.11
%25.28
%41.61

CMYK Percentages of Color #9471ba

%20
%39
%0
%27

Triadic Colors of #9471ba

#9471ba #ba9471 #71ba94

Analogous Colors of #9471ba

#9471ba #b971ba #7173ba

Monochromatic Colors of #9471ba

#9471ba

Complementary Color

#9471ba #97ba71

#9471ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9471ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9471ba Color CSS Codes

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

#9471ba Text Font Color

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

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


#9471ba Background Color

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

This div background color is #9471ba


#9471ba Border Color

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

This div border color is #9471ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9471ba


Comments

No comments written yet.

Please login to write comment.