Color Hex Logo

#465ada Color Hex

#465ADA
(70,90,218)
0 Favorites   0 Comments

Color spaces of #465ada

RGB 7090218
HSL0.640.670.56
HSV232°68°85°
CMYK 0.680.590.00   0.15
XYZ18.836813.676467.9767
Yxy13.67640.18740.1361
Hunter Lab36.981626.2022-83.0951
CIE-Lab43.765233.9054-67.8911

#465ada color RGB value is (70,90,218).

#465ada hex color red value is 70, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #465ada hue: 0.64 , saturation: 0.67 and the lightness value of 465ada is 0.56.

The process color (four color CMYK) of #465ada color hex is 0.68, 0.59, 0.00, 0.15. Web safe color of #465ada is #3366cc. Color #465ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 11011010
Octal 106 132 332
Decimal 70 90 218
Hex 46 5A DA

RGB Percentages of Color #465ada

%18.52
%23.81
%57.67

CMYK Percentages of Color #465ada

%68
%59
%0
%15

Triadic Colors of #465ada

#465ada #da465a #5ada46

Analogous Colors of #465ada

#465ada #7c46da #46a4da

Monochromatic Colors of #465ada

#465ada

Complementary Color

#465ada #dac646

#465ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#465ada Color CSS Codes

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

#465ada Text Font Color

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

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


#465ada Background Color

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

This div background color is #465ada


#465ada Border Color

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

This div border color is #465ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465ada


Comments

No comments written yet.

Please login to write comment.