Color Hex Logo

#462390 Color Hex

#462390
(70,35,144)
0 Favorites   0 Comments

Color spaces of #462390

RGB 7035144
HSL0.720.610.35
HSV259°76°56°
CMYK 0.510.760.00   0.44
XYZ8.16094.517826.8274
Yxy4.51780.20660.1144
Hunter Lab21.255131.3386-59.9550
CIE-Lab25.314342.5031-54.1507

#462390 color RGB value is (70,35,144).

#462390 hex color red value is 70, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #462390 hue: 0.72 , saturation: 0.61 and the lightness value of 462390 is 0.35.

The process color (four color CMYK) of #462390 color hex is 0.51, 0.76, 0.00, 0.44. Web safe color of #462390 is #333399. Color #462390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100011 10010000
Octal 106 43 220
Decimal 70 35 144
Hex 46 23 90

RGB Percentages of Color #462390

%28.11
%14.06
%57.83

CMYK Percentages of Color #462390

%51
%76
%0
%44

Triadic Colors of #462390

#462390 #904623 #239046

Analogous Colors of #462390

#462390 #7d2390 #233790

Monochromatic Colors of #462390

#462390

Complementary Color

#462390 #6d9023

#462390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462390 Color CSS Codes

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

#462390 Text Font Color

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

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


#462390 Background Color

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

This div background color is #462390


#462390 Border Color

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

This div border color is #462390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462390


Comments

No comments written yet.

Please login to write comment.