Color Hex Logo

#465dde Color Hex

#465DDE
(70,93,222)
0 Favorites   0 Comments

Color spaces of #465dde

RGB 7093222
HSL0.640.700.57
HSV231°68°87°
CMYK 0.680.580.00   0.13
XYZ19.625014.404770.8533
Yxy14.40470.18710.1373
Hunter Lab37.953525.8801-84.1177
CIE-Lab44.807833.4220-68.4715

#465dde color RGB value is (70,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 11011110
Octal 106 135 336
Decimal 70 93 222
Hex 46 5D DE

RGB Percentages of Color #465dde

%18.18
%24.16
%57.66

CMYK Percentages of Color #465dde

%68
%58
%0
%13

Triadic Colors of #465dde

#465dde #de465d #5dde46

Analogous Colors of #465dde

#465dde #7b46de #46a9de

Monochromatic Colors of #465dde

#465dde

Complementary Color

#465dde #dec746

#465dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#465dde Color CSS Codes

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

#465dde Text Font Color

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

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


#465dde Background Color

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

This div background color is #465dde


#465dde Border Color

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

This div border color is #465dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465dde


Comments

No comments written yet.

Please login to write comment.