Color Hex Logo

#9c46da Color Hex

#9C46DA
(156,70,218)
0 Favorites   0 Comments

Color spaces of #9c46da

RGB 15670218
HSL0.760.670.56
HSV275°68°85°
CMYK 0.280.680.00   0.15
XYZ28.555316.510268.0114
Yxy16.51020.25250.1460
Hunter Lab40.632754.3364-70.7971
CIE-Lab47.636960.5808-61.2450

#9c46da color RGB value is (156,70,218).

#9c46da hex color red value is 156, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9c46da hue: 0.76 , saturation: 0.67 and the lightness value of 9c46da is 0.56.

The process color (four color CMYK) of #9c46da color hex is 0.28, 0.68, 0.00, 0.15. Web safe color of #9c46da is #9933cc. Color #9c46da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000110 11011010
Octal 234 106 332
Decimal 156 70 218
Hex 9C 46 DA

RGB Percentages of Color #9c46da

%35.14
%15.77
%49.10

CMYK Percentages of Color #9c46da

%28
%68
%0
%15

Triadic Colors of #9c46da

#9c46da #da9c46 #46da9c

Analogous Colors of #9c46da

#9c46da #da46ce #5246da

Monochromatic Colors of #9c46da

#9c46da

Complementary Color

#9c46da #84da46

#9c46da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c46da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c46da Color CSS Codes

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

#9c46da Text Font Color

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

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


#9c46da Background Color

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

This div background color is #9c46da


#9c46da Border Color

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

This div border color is #9c46da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,70,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c46da


Comments

No comments written yet.

Please login to write comment.