Color Hex Logo

#46125f Color Hex

#46125F
(70,18,95)
0 Favorites   0 Comments

Color spaces of #46125f

RGB 701895
HSL0.780.680.22
HSV281°81°37°
CMYK 0.260.810.00   0.63
XYZ4.80772.560911.0674
Yxy2.56090.26080.1389
Hunter Lab16.002825.6216-29.8025
CIE-Lab18.191837.5354-34.3866

#46125f color RGB value is (70,18,95).

#46125f hex color red value is 70, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46125f hue: 0.78 , saturation: 0.68 and the lightness value of 46125f is 0.22.

The process color (four color CMYK) of #46125f color hex is 0.26, 0.81, 0.00, 0.63. Web safe color of #46125f is #330066. Color #46125f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010010 01011111
Octal 106 22 137
Decimal 70 18 95
Hex 46 12 5F

RGB Percentages of Color #46125f

%38.25
%9.84
%51.91

CMYK Percentages of Color #46125f

%26
%81
%0
%63

Triadic Colors of #46125f

#46125f #5f4612 #125f46

Analogous Colors of #46125f

#46125f #5f1251 #20125f

Monochromatic Colors of #46125f

#46125f

Complementary Color

#46125f #2b5f12

#46125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46125f Color CSS Codes

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

#46125f Text Font Color

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

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


#46125f Background Color

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

This div background color is #46125f


#46125f Border Color

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

This div border color is #46125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46125f


Comments

No comments written yet.

Please login to write comment.