Color Hex Logo

#064af7 Color Hex

#064AF7
(6,74,247)
0 Favorites   0 Comments

Color spaces of #064af7

RGB 674247
HSL0.620.950.50
HSV223°98°97°
CMYK 0.980.700.00   0.03
XYZ19.312411.651789.2268
Yxy11.65170.16070.0969
Hunter Lab34.134641.2548-131.0881
CIE-Lab40.657149.7355-89.4733

#064af7 color RGB value is (6,74,247).

#064af7 hex color red value is 6, green value is 74 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #064af7 hue: 0.62 , saturation: 0.95 and the lightness value of 064af7 is 0.50.

The process color (four color CMYK) of #064af7 color hex is 0.98, 0.70, 0.00, 0.03. Web safe color of #064af7 is #0033ff. Color #064af7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 11110111
Octal 6 112 367
Decimal 6 74 247
Hex 6 4A F7

RGB Percentages of Color #064af7

%1.83
%22.63
%75.54

CMYK Percentages of Color #064af7

%98
%70
%0
%3

Triadic Colors of #064af7

#064af7 #f7064a #4af706

Analogous Colors of #064af7

#064af7 #3a06f7 #06c3f7

Monochromatic Colors of #064af7

#064af7

Complementary Color

#064af7 #f7b306

#064af7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064af7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064af7 Color CSS Codes

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

#064af7 Text Font Color

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

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


#064af7 Background Color

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

This div background color is #064af7


#064af7 Border Color

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

This div border color is #064af7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,74,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064af7


Comments

No comments written yet.

Please login to write comment.