Color Hex Logo

#46126f Color Hex

#46126F
(70,18,111)
0 Favorites   0 Comments

Color spaces of #46126f

RGB 7018111
HSL0.760.720.25
HSV274°84°44°
CMYK 0.370.840.00   0.56
XYZ5.61132.882415.2995
Yxy2.88240.23580.1211
Hunter Lab16.977629.2854-41.5452
CIE-Lab19.566641.3862-42.6548

#46126f color RGB value is (70,18,111).

#46126f hex color red value is 70, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46126f hue: 0.76 , saturation: 0.72 and the lightness value of 46126f is 0.25.

The process color (four color CMYK) of #46126f color hex is 0.37, 0.84, 0.00, 0.56. Web safe color of #46126f is #330066. Color #46126f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 01101111
Octal 106 22 157
Decimal 70 18 111
Hex 46 12 6F

RGB Percentages of Color #46126f

%35.18
%9.05
%55.78

CMYK Percentages of Color #46126f

%37
%84
%0
%56

Triadic Colors of #46126f

#46126f #6f4612 #126f46

Analogous Colors of #46126f

#46126f #6f126a #17126f

Monochromatic Colors of #46126f

#46126f

Complementary Color

#46126f #3b6f12

#46126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46126f Color CSS Codes

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

#46126f Text Font Color

<p style="color:#46126f">Text here</p>

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


#46126f Background Color

<div style="background-color:#46126f">
Div content here</div>

This div background color is #46126f


#46126f Border Color

<div style="border:3px solid #46126f">
Div here</div>

This div border color is #46126f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,18,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46126f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46126f;
  -webkit-box-shadow: 1px 1px 3px 2px #46126f;
  box-shadow:         1px 1px 3px 2px #46126f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46126f


Comments

No comments written yet.

Please login to write comment.