Color Hex Logo

#46127f Color Hex

#46127F
(70,18,127)
0 Favorites   0 Comments

Color spaces of #46127f

RGB 7018127
HSL0.750.750.28
HSV269°86°50°
CMYK 0.450.860.00   0.50
XYZ6.57293.267020.3628
Yxy3.26700.21760.1082
Hunter Lab18.074833.2804-54.1427
CIE-Lab21.083045.3906-50.4366

#46127f color RGB value is (70,18,127).

#46127f hex color red value is 70, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #46127f hue: 0.75 , saturation: 0.75 and the lightness value of 46127f is 0.28.

The process color (four color CMYK) of #46127f color hex is 0.45, 0.86, 0.00, 0.50. Web safe color of #46127f is #330066. Color #46127f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 01111111
Octal 106 22 177
Decimal 70 18 127
Hex 46 12 7F

RGB Percentages of Color #46127f

%32.56
%8.37
%59.07

CMYK Percentages of Color #46127f

%45
%86
%0
%50

Triadic Colors of #46127f

#46127f #7f4612 #127f46

Analogous Colors of #46127f

#46127f #7d127f #12147f

Monochromatic Colors of #46127f

#46127f

Complementary Color

#46127f #4b7f12

#46127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46127f Color CSS Codes

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

#46127f Text Font Color

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

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


#46127f Background Color

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

This div background color is #46127f


#46127f Border Color

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

This div border color is #46127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46127f


Comments

No comments written yet.

Please login to write comment.