Color Hex Logo

#064dfc Color Hex

#064DFC
(6,77,252)
0 Favorites   0 Comments

Color spaces of #064dfc

RGB 677252
HSL0.620.980.51
HSV223°98°99°
CMYK 0.980.690.00   0.01
XYZ20.299712.374793.4141
Yxy12.37470.16100.0981
Hunter Lab35.177741.4446-132.8198
CIE-Lab41.805649.7114-90.3763

#064dfc color RGB value is (6,77,252).

#064dfc hex color red value is 6, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #064dfc hue: 0.62 , saturation: 0.98 and the lightness value of 064dfc is 0.51.

The process color (four color CMYK) of #064dfc color hex is 0.98, 0.69, 0.00, 0.01. Web safe color of #064dfc is #0066ff. Color #064dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 11111100
Octal 6 115 374
Decimal 6 77 252
Hex 6 4D FC

RGB Percentages of Color #064dfc

%1.79
%22.99
%75.22

CMYK Percentages of Color #064dfc

%98
%69
%0
%1

Triadic Colors of #064dfc

#064dfc #fc064d #4dfc06

Analogous Colors of #064dfc

#064dfc #3a06fc #06c8fc

Monochromatic Colors of #064dfc

#064dfc

Complementary Color

#064dfc #fcb506

#064dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#064dfc Color CSS Codes

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

#064dfc Text Font Color

<p style="color:#064dfc">Text here</p>

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


#064dfc Background Color

<div style="background-color:#064dfc">
Div content here</div>

This div background color is #064dfc


#064dfc Border Color

<div style="border:3px solid #064dfc">
Div here</div>

This div border color is #064dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,77,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #064dfc;
  box-shadow:         1px 1px 3px 2px #064dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,77,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 #064dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064dfc


Comments

No comments written yet.

Please login to write comment.