Color Hex Logo

#9d46ba Color Hex

#9D46BA
(157,70,186)
0 Favorites   0 Comments

Color spaces of #9d46ba

RGB 15770186
HSL0.790.460.50
HSV285°62°73°
CMYK 0.160.620.00   0.27
XYZ24.957715.093648.0523
Yxy15.09360.28330.1713
Hunter Lab38.850546.6807-46.1376
CIE-Lab45.762153.9623-45.7837

#9d46ba color RGB value is (157,70,186).

#9d46ba hex color red value is 157, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9d46ba hue: 0.79 , saturation: 0.46 and the lightness value of 9d46ba is 0.50.

The process color (four color CMYK) of #9d46ba color hex is 0.16, 0.62, 0.00, 0.27. Web safe color of #9d46ba is #9933cc. Color #9d46ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01000110 10111010
Octal 235 106 272
Decimal 157 70 186
Hex 9D 46 BA

RGB Percentages of Color #9d46ba

%38.01
%16.95
%45.04

CMYK Percentages of Color #9d46ba

%16
%62
%0
%27

Triadic Colors of #9d46ba

#9d46ba #ba9d46 #46ba9d

Analogous Colors of #9d46ba

#9d46ba #ba469d #6346ba

Monochromatic Colors of #9d46ba

#9d46ba

Complementary Color

#9d46ba #63ba46

#9d46ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d46ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d46ba Color CSS Codes

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

#9d46ba Text Font Color

<p style="color:#9d46ba">Text here</p>

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


#9d46ba Background Color

<div style="background-color:#9d46ba">
Div content here</div>

This div background color is #9d46ba


#9d46ba Border Color

<div style="border:3px solid #9d46ba">
Div here</div>

This div border color is #9d46ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,70,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d46ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d46ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9d46ba;
  box-shadow:         1px 1px 3px 2px #9d46ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,70,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 #9d46ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d46ba


Comments

No comments written yet.

Please login to write comment.