Color Hex Logo

#466efc Color Hex

#466EFC
(70,110,252)
0 Favorites   0 Comments

Color spaces of #466efc

RGB 70110252
HSL0.630.970.63
HSV227°72°99°
CMYK 0.720.560.00   0.01
XYZ25.672419.482294.5028
Yxy19.48220.18380.1395
Hunter Lab44.138626.5785-96.0455
CIE-Lab51.246733.3497-74.8340

#466efc color RGB value is (70,110,252).

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

The process color (four color CMYK) of #466efc color hex is 0.72, 0.56, 0.00, 0.01. Web safe color of #466efc is #3366ff. Color #466efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11111100
Octal 106 156 374
Decimal 70 110 252
Hex 46 6E FC

RGB Percentages of Color #466efc

%16.20
%25.46
%58.33

CMYK Percentages of Color #466efc

%72
%56
%0
%1

Triadic Colors of #466efc

#466efc #fc466e #6efc46

Analogous Colors of #466efc

#466efc #7946fc #46c9fc

Monochromatic Colors of #466efc

#466efc

Complementary Color

#466efc #fcd446

#466efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#466efc Color CSS Codes

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

#466efc Text Font Color

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

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


#466efc Background Color

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

This div background color is #466efc


#466efc Border Color

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

This div border color is #466efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466efc


Comments

No comments written yet.

Please login to write comment.