Color Hex Logo

#46065f Color Hex

#46065F
(70,6,95)
0 Favorites   0 Comments

Color spaces of #46065f

RGB 70695
HSL0.790.880.20
HSV283°94°37°
CMYK 0.260.940.00   0.63
XYZ4.65652.258611.0170
Yxy2.25860.25970.1260
Hunter Lab15.028629.0066-32.9435
CIE-Lab16.789741.6198-36.6621

#46065f color RGB value is (70,6,95).

#46065f hex color red value is 70, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46065f hue: 0.79 , saturation: 0.88 and the lightness value of 46065f is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 01011111
Octal 106 6 137
Decimal 70 6 95
Hex 46 6 5F

RGB Percentages of Color #46065f

%40.94
%3.51
%55.56

CMYK Percentages of Color #46065f

%26
%94
%0
%63

Triadic Colors of #46065f

#46065f #5f4606 #065f46

Analogous Colors of #46065f

#46065f #5f064c #1a065f

Monochromatic Colors of #46065f

#46065f

Complementary Color

#46065f #1f5f06

#46065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46065f Color CSS Codes

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

#46065f Text Font Color

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

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


#46065f Background Color

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

This div background color is #46065f


#46065f Border Color

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

This div border color is #46065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46065f


Comments

No comments written yet.

Please login to write comment.