Color Hex Logo

#460357 Color Hex

#460357
(70,3,87)
0 Favorites   0 Comments

Color spaces of #460357

RGB 70387
HSL0.800.930.18
HSV288°97°34°
CMYK 0.200.970.00   0.66
XYZ4.27862.05539.1880
Yxy2.05530.27560.1324
Hunter Lab14.336328.1838-27.9629
CIE-Lab15.774840.9048-32.9395

#460357 color RGB value is (70,3,87).

#460357 hex color red value is 70, green value is 3 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #460357 hue: 0.80 , saturation: 0.93 and the lightness value of 460357 is 0.18.

The process color (four color CMYK) of #460357 color hex is 0.20, 0.97, 0.00, 0.66. Web safe color of #460357 is #330066. Color #460357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000011 01010111
Octal 106 3 127
Decimal 70 3 87
Hex 46 3 57

RGB Percentages of Color #460357

%43.75
%1.88
%54.38

CMYK Percentages of Color #460357

%20
%97
%0
%66

Triadic Colors of #460357

#460357 #574603 #035746

Analogous Colors of #460357

#460357 #57033e #1c0357

Monochromatic Colors of #460357

#460357

Complementary Color

#460357 #145703

#460357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460357 Color CSS Codes

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

#460357 Text Font Color

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

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


#460357 Background Color

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

This div background color is #460357


#460357 Border Color

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

This div border color is #460357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460357


Comments

No comments written yet.

Please login to write comment.