Color Hex Logo

#460192 Color Hex

#460192
(70,1,146)
0 Favorites   0 Comments

Color spaces of #460192

RGB 701146
HSL0.750.990.29
HSV269°99°57°
CMYK 0.520.990.00   0.43
XYZ7.72493.399127.4431
Yxy3.39910.20030.0881
Hunter Lab18.436642.5268-75.3480
CIE-Lab21.576254.6153-61.5477

#460192 color RGB value is (70,1,146).

#460192 hex color red value is 70, green value is 1 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #460192 hue: 0.75 , saturation: 0.99 and the lightness value of 460192 is 0.29.

The process color (four color CMYK) of #460192 color hex is 0.52, 0.99, 0.00, 0.43. Web safe color of #460192 is #330099. Color #460192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000001 10010010
Octal 106 1 222
Decimal 70 1 146
Hex 46 1 92

RGB Percentages of Color #460192

%32.26
%0.46
%67.28

CMYK Percentages of Color #460192

%52
%99
%0
%43

Triadic Colors of #460192

#460192 #924601 #019246

Analogous Colors of #460192

#460192 #8f0192 #010592

Monochromatic Colors of #460192

#460192

Complementary Color

#460192 #4d9201

#460192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#460192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#460192 Color CSS Codes

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

#460192 Text Font Color

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

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


#460192 Background Color

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

This div background color is #460192


#460192 Border Color

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

This div border color is #460192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #460192


Comments

No comments written yet.

Please login to write comment.