Color Hex Logo

#460138 Color Hex

#460138
(70,1,56)
0 Favorites   0 Comments

Color spaces of #460138

RGB 70156
HSL0.870.970.14
HSV312°99°27°
CMYK 0.000.990.20   0.73
XYZ3.25051.60933.8807
Yxy1.60930.37190.1841
Hunter Lab12.685823.5370-9.2572
CIE-Lab13.286736.0600-15.3240

#460138 color RGB value is (70,1,56).

#460138 hex color red value is 70, green value is 1 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #460138 hue: 0.87 , saturation: 0.97 and the lightness value of 460138 is 0.14.

The process color (four color CMYK) of #460138 color hex is 0.00, 0.99, 0.20, 0.73. Web safe color of #460138 is #330033. Color #460138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000001 00111000
Octal 106 1 70
Decimal 70 1 56
Hex 46 1 38

RGB Percentages of Color #460138

%55.12
%0.79
%44.09

CMYK Percentages of Color #460138

%0
%99
%20
%73

Triadic Colors of #460138

#460138 #384601 #013846

Analogous Colors of #460138

#460138 #460116 #310146

Monochromatic Colors of #460138

#460138

Complementary Color

#460138 #01460f

#460138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460138 Color CSS Codes

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

#460138 Text Font Color

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

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


#460138 Background Color

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

This div background color is #460138


#460138 Border Color

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

This div border color is #460138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460138


Comments

No comments written yet.

Please login to write comment.