Color Hex Logo

#9467ba Color Hex

#9467BA
(148,103,186)
0 Favorites   0 Comments

Color spaces of #9467ba

RGB 148103186
HSL0.760.380.57
HSV273°45°73°
CMYK 0.200.450.00   0.27
XYZ25.925919.541648.8598
Yxy19.54160.27490.2072
Hunter Lab44.205927.3265-34.5878
CIE-Lab51.314934.1158-37.0581

#9467ba color RGB value is (148,103,186).

#9467ba hex color red value is 148, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9467ba hue: 0.76 , saturation: 0.38 and the lightness value of 9467ba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100111 10111010
Octal 224 147 272
Decimal 148 103 186
Hex 94 67 BA

RGB Percentages of Color #9467ba

%33.87
%23.57
%42.56

CMYK Percentages of Color #9467ba

%20
%45
%0
%27

Triadic Colors of #9467ba

#9467ba #ba9467 #67ba94

Analogous Colors of #9467ba

#9467ba #ba67b7 #6b67ba

Monochromatic Colors of #9467ba

#9467ba

Complementary Color

#9467ba #8dba67

#9467ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9467ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9467ba Color CSS Codes

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

#9467ba Text Font Color

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

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


#9467ba Background Color

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

This div background color is #9467ba


#9467ba Border Color

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

This div border color is #9467ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9467ba


Comments

No comments written yet.

Please login to write comment.