Color Hex Logo

#461462 Color Hex

#461462
(70,20,98)
0 Favorites   0 Comments

Color spaces of #461462

RGB 702098
HSL0.770.660.23
HSV278°80°38°
CMYK 0.290.800.00   0.62
XYZ4.98052.684211.8109
Yxy2.68420.25570.1378
Hunter Lab16.383525.5918-31.2737
CIE-Lab18.732037.3965-35.5003

#461462 color RGB value is (70,20,98).

#461462 hex color red value is 70, green value is 20 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #461462 hue: 0.77 , saturation: 0.66 and the lightness value of 461462 is 0.23.

The process color (four color CMYK) of #461462 color hex is 0.29, 0.80, 0.00, 0.62. Web safe color of #461462 is #330066. Color #461462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010100 01100010
Octal 106 24 142
Decimal 70 20 98
Hex 46 14 62

RGB Percentages of Color #461462

%37.23
%10.64
%52.13

CMYK Percentages of Color #461462

%29
%80
%0
%62

Triadic Colors of #461462

#461462 #624614 #146246

Analogous Colors of #461462

#461462 #621457 #1f1462

Monochromatic Colors of #461462

#461462

Complementary Color

#461462 #306214

#461462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461462 Color CSS Codes

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

#461462 Text Font Color

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

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


#461462 Background Color

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

This div background color is #461462


#461462 Border Color

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

This div border color is #461462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461462


Comments

No comments written yet.

Please login to write comment.