Color Hex Logo

#465ecd Color Hex

#465ECD
(70,94,205)
0 Favorites   0 Comments

Color spaces of #465ecd

RGB 7094205
HSL0.640.570.54
HSV229°66°80°
CMYK 0.660.540.00   0.20
XYZ17.547913.715359.4800
Yxy13.71530.19340.1511
Hunter Lab37.034219.7688-69.3008
CIE-Lab43.821826.8548-60.3523

#465ecd color RGB value is (70,94,205).

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

The process color (four color CMYK) of #465ecd color hex is 0.66, 0.54, 0.00, 0.20. Web safe color of #465ecd is #3366cc. Color #465ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011110 11001101
Octal 106 136 315
Decimal 70 94 205
Hex 46 5E CD

RGB Percentages of Color #465ecd

%18.97
%25.47
%55.56

CMYK Percentages of Color #465ecd

%66
%54
%0
%20

Triadic Colors of #465ecd

#465ecd #cd465e #5ecd46

Analogous Colors of #465ecd

#465ecd #7246cd #46a2cd

Monochromatic Colors of #465ecd

#465ecd

Complementary Color

#465ecd #cdb546

#465ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#465ecd Color CSS Codes

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

#465ecd Text Font Color

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

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


#465ecd Background Color

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

This div background color is #465ecd


#465ecd Border Color

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

This div border color is #465ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465ecd


Comments

No comments written yet.

Please login to write comment.