Color Hex Logo

#466eea Color Hex

#466EEA
(70,110,234)
0 Favorites   0 Comments

Color spaces of #466eea

RGB 70110234
HSL0.630.800.60
HSV225°70°92°
CMYK 0.700.530.00   0.08
XYZ22.953018.394580.1826
Yxy18.39450.18890.1514
Hunter Lab42.888820.4732-80.8232
CIE-Lab49.971127.0070-66.8645

#466eea color RGB value is (70,110,234).

#466eea hex color red value is 70, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #466eea hue: 0.63 , saturation: 0.80 and the lightness value of 466eea is 0.60.

The process color (four color CMYK) of #466eea color hex is 0.70, 0.53, 0.00, 0.08. Web safe color of #466eea is #3366ff. Color #466eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11101010
Octal 106 156 352
Decimal 70 110 234
Hex 46 6E EA

RGB Percentages of Color #466eea

%16.91
%26.57
%56.52

CMYK Percentages of Color #466eea

%70
%53
%0
%8

Triadic Colors of #466eea

#466eea #ea466e #6eea46

Analogous Colors of #466eea

#466eea #7046ea #46c0ea

Monochromatic Colors of #466eea

#466eea

Complementary Color

#466eea #eac246

#466eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#466eea Color CSS Codes

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

#466eea Text Font Color

<p style="color:#466eea">Text here</p>

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


#466eea Background Color

<div style="background-color:#466eea">
Div content here</div>

This div background color is #466eea


#466eea Border Color

<div style="border:3px solid #466eea">
Div here</div>

This div border color is #466eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,110,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466eea;
  -webkit-box-shadow: 1px 1px 3px 2px #466eea;
  box-shadow:         1px 1px 3px 2px #466eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466eea


Comments

No comments written yet.

Please login to write comment.