Color Hex Logo

#064fe5 Color Hex

#064FE5
(6,79,229)
0 Favorites   0 Comments

Color spaces of #064fe5

RGB 679229
HSL0.610.950.46
HSV220°97°90°
CMYK 0.970.660.00   0.10
XYZ17.013911.287875.4108
Yxy11.28780.16400.1088
Hunter Lab33.597331.5982-109.5611
CIE-Lab40.061040.1473-80.2946

#064fe5 color RGB value is (6,79,229).

#064fe5 hex color red value is 6, green value is 79 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #064fe5 hue: 0.61 , saturation: 0.95 and the lightness value of 064fe5 is 0.46.

The process color (four color CMYK) of #064fe5 color hex is 0.97, 0.66, 0.00, 0.10. Web safe color of #064fe5 is #0066cc. Color #064fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001111 11100101
Octal 6 117 345
Decimal 6 79 229
Hex 6 4F E5

RGB Percentages of Color #064fe5

%1.91
%25.16
%72.93

CMYK Percentages of Color #064fe5

%97
%66
%0
%10

Triadic Colors of #064fe5

#064fe5 #e5064f #4fe506

Analogous Colors of #064fe5

#064fe5 #2c06e5 #06bfe5

Monochromatic Colors of #064fe5

#064fe5

Complementary Color

#064fe5 #e59c06

#064fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064fe5 Color CSS Codes

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

#064fe5 Text Font Color

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

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


#064fe5 Background Color

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

This div background color is #064fe5


#064fe5 Border Color

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

This div border color is #064fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064fe5


Comments

No comments written yet.

Please login to write comment.