Color Hex Logo

#465dda Color Hex

#465DDA
(70,93,218)
0 Favorites   0 Comments

Color spaces of #465dda

RGB 7093218
HSL0.640.670.56
HSV231°68°85°
CMYK 0.680.570.00   0.15
XYZ19.095014.192768.0627
Yxy14.19270.18840.1400
Hunter Lab37.673224.5462-80.7457
CIE-Lab44.508032.0296-66.6825

#465dda color RGB value is (70,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 11011010
Octal 106 135 332
Decimal 70 93 218
Hex 46 5D DA

RGB Percentages of Color #465dda

%18.37
%24.41
%57.22

CMYK Percentages of Color #465dda

%68
%57
%0
%15

Triadic Colors of #465dda

#465dda #da465d #5dda46

Analogous Colors of #465dda

#465dda #7946da #46a7da

Monochromatic Colors of #465dda

#465dda

Complementary Color

#465dda #dac346

#465dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#465dda Color CSS Codes

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

#465dda Text Font Color

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

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


#465dda Background Color

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

This div background color is #465dda


#465dda Border Color

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

This div border color is #465dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,93,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 #465dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465dda


Comments

No comments written yet.

Please login to write comment.