Color Hex Logo

#466ffd Color Hex

#466FFD
(70,111,253)
0 Favorites   0 Comments

Color spaces of #466ffd

RGB 70111253
HSL0.630.980.63
HSV227°72°99°
CMYK 0.720.560.00   0.01
XYZ25.939819.762895.3759
Yxy19.76280.18390.1401
Hunter Lab44.455426.3582-96.0838
CIE-Lab51.568033.0830-74.8657

#466ffd color RGB value is (70,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11111101
Octal 106 157 375
Decimal 70 111 253
Hex 46 6F FD

RGB Percentages of Color #466ffd

%16.13
%25.58
%58.29

CMYK Percentages of Color #466ffd

%72
%56
%0
%1

Triadic Colors of #466ffd

#466ffd #fd466f #6ffd46

Analogous Colors of #466ffd

#466ffd #7946fd #46cbfd

Monochromatic Colors of #466ffd

#466ffd

Complementary Color

#466ffd #fdd446

#466ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#466ffd Color CSS Codes

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

#466ffd Text Font Color

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

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


#466ffd Background Color

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

This div background color is #466ffd


#466ffd Border Color

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

This div border color is #466ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466ffd


Comments

No comments written yet.

Please login to write comment.