Color Hex Logo

#465add Color Hex

#465ADD
(70,90,221)
0 Favorites   0 Comments

Color spaces of #465add

RGB 7090221
HSL0.640.690.57
HSV232°68°87°
CMYK 0.680.590.00   0.13
XYZ19.233113.834970.0633
Yxy13.83490.18650.1341
Hunter Lab37.195327.2078-85.6455
CIE-Lab43.995234.9442-69.2260

#465add color RGB value is (70,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 11011101
Octal 106 132 335
Decimal 70 90 221
Hex 46 5A DD

RGB Percentages of Color #465add

%18.37
%23.62
%58.01

CMYK Percentages of Color #465add

%68
%59
%0
%13

Triadic Colors of #465add

#465add #dd465a #5add46

Analogous Colors of #465add

#465add #7e46dd #46a6dd

Monochromatic Colors of #465add

#465add

Complementary Color

#465add #ddc946

#465add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465add Color Preview on White Background

Lorem ipsum dolor sit amet.

#465add Color CSS Codes

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

#465add Text Font Color

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

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


#465add Background Color

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

This div background color is #465add


#465add Border Color

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

This div border color is #465add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465add


Comments

No comments written yet.

Please login to write comment.