Color Hex Logo

#464cef Color Hex

#464CEF
(70,76,239)
0 Favorites   0 Comments

Color spaces of #464cef

RGB 7076239
HSL0.660.840.61
HSV238°71°94°
CMYK 0.710.680.00   0.06
XYZ20.690212.703083.0228
Yxy12.70300.17770.1091
Hunter Lab35.641341.2493-113.1613
CIE-Lab42.312349.4315-82.1772

#464cef color RGB value is (70,76,239).

#464cef hex color red value is 70, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #464cef hue: 0.66 , saturation: 0.84 and the lightness value of 464cef is 0.61.

The process color (four color CMYK) of #464cef color hex is 0.71, 0.68, 0.00, 0.06. Web safe color of #464cef is #3333ff. Color #464cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 11101111
Octal 106 114 357
Decimal 70 76 239
Hex 46 4C EF

RGB Percentages of Color #464cef

%18.18
%19.74
%62.08

CMYK Percentages of Color #464cef

%71
%68
%0
%6

Triadic Colors of #464cef

#464cef #ef464c #4cef46

Analogous Colors of #464cef

#464cef #9546ef #46a1ef

Monochromatic Colors of #464cef

#464cef

Complementary Color

#464cef #efe946

#464cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cef Color CSS Codes

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

#464cef Text Font Color

<p style="color:#464cef">Text here</p>

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


#464cef Background Color

<div style="background-color:#464cef">
Div content here</div>

This div background color is #464cef


#464cef Border Color

<div style="border:3px solid #464cef">
Div here</div>

This div border color is #464cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,76,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464cef;
  -webkit-box-shadow: 1px 1px 3px 2px #464cef;
  box-shadow:         1px 1px 3px 2px #464cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cef


Comments

No comments written yet.

Please login to write comment.