Color Hex Logo

#4464fc Color Hex

#4464FC
(68,100,252)
0 Favorites   0 Comments

Color spaces of #4464fc

RGB 68100252
HSL0.640.970.63
HSV230°73°99°
CMYK 0.730.600.00   0.01
XYZ24.511817.371694.1566
Yxy17.37160.18020.1277
Hunter Lab41.679332.0382-104.7651
CIE-Lab48.724939.2736-78.9486

#4464fc color RGB value is (68,100,252).

#4464fc hex color red value is 68, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4464fc hue: 0.64 , saturation: 0.97 and the lightness value of 4464fc is 0.63.

The process color (four color CMYK) of #4464fc color hex is 0.73, 0.60, 0.00, 0.01. Web safe color of #4464fc is #3366ff. Color #4464fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100100 11111100
Octal 104 144 374
Decimal 68 100 252
Hex 44 64 FC

RGB Percentages of Color #4464fc

%16.19
%23.81
%60.00

CMYK Percentages of Color #4464fc

%73
%60
%0
%1

Triadic Colors of #4464fc

#4464fc #fc4464 #64fc44

Analogous Colors of #4464fc

#4464fc #8044fc #44c0fc

Monochromatic Colors of #4464fc

#4464fc

Complementary Color

#4464fc #fcdc44

#4464fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4464fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4464fc Color CSS Codes

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

#4464fc Text Font Color

<p style="color:#4464fc">Text here</p>

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


#4464fc Background Color

<div style="background-color:#4464fc">
Div content here</div>

This div background color is #4464fc


#4464fc Border Color

<div style="border:3px solid #4464fc">
Div here</div>

This div border color is #4464fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,100,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4464fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4464fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4464fc;
  box-shadow:         1px 1px 3px 2px #4464fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,100,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 #4464fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4464fc


Comments

No comments written yet.

Please login to write comment.