Color Hex Logo

#464cee Color Hex

#464CEE
(70,76,238)
0 Favorites   0 Comments

Color spaces of #464cee

RGB 7076238
HSL0.660.830.60
HSV238°71°93°
CMYK 0.710.680.00   0.07
XYZ20.542812.644082.2467
Yxy12.64400.17800.1095
Hunter Lab35.558440.8958-112.2471
CIE-Lab42.221949.1053-81.7620

#464cee color RGB value is (70,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 11101110
Octal 106 114 356
Decimal 70 76 238
Hex 46 4C EE

RGB Percentages of Color #464cee

%18.23
%19.79
%61.98

CMYK Percentages of Color #464cee

%71
%68
%0
%7

Triadic Colors of #464cee

#464cee #ee464c #4cee46

Analogous Colors of #464cee

#464cee #9446ee #46a0ee

Monochromatic Colors of #464cee

#464cee

Complementary Color

#464cee #eee846

#464cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#464cee Color CSS Codes

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

#464cee Text Font Color

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

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


#464cee Background Color

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

This div background color is #464cee


#464cee Border Color

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

This div border color is #464cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464cee


Comments

No comments written yet.

Please login to write comment.