Color Hex Logo

#4064ff Color Hex

#4064FF
(64,100,255)
0 Favorites   0 Comments

Color spaces of #4064ff

RGB 64100255
HSL0.641.000.63
HSV229°75°100°
CMYK 0.750.610.00   0.00
XYZ24.721517.424396.6680
Yxy17.42430.17810.1255
Hunter Lab41.742432.6655-108.0854
CIE-Lab48.790339.8968-80.5151

#4064ff color RGB value is (64,100,255).

#4064ff hex color red value is 64, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4064ff hue: 0.64 , saturation: 1.00 and the lightness value of 4064ff is 0.63.

The process color (four color CMYK) of #4064ff color hex is 0.75, 0.61, 0.00, 0.00. Web safe color of #4064ff is #3366ff. Color #4064ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 11111111
Octal 100 144 377
Decimal 64 100 255
Hex 40 64 FF

RGB Percentages of Color #4064ff

%15.27
%23.87
%60.86

CMYK Percentages of Color #4064ff

%75
%61
%0
%0

Triadic Colors of #4064ff

#4064ff #ff4064 #64ff40

Analogous Colors of #4064ff

#4064ff #7c40ff #40c4ff

Monochromatic Colors of #4064ff

#4064ff

Complementary Color

#4064ff #ffdb40

#4064ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4064ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4064ff Color CSS Codes

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

#4064ff Text Font Color

<p style="color:#4064ff">Text here</p>

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


#4064ff Background Color

<div style="background-color:#4064ff">
Div content here</div>

This div background color is #4064ff


#4064ff Border Color

<div style="border:3px solid #4064ff">
Div here</div>

This div border color is #4064ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,100,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4064ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4064ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4064ff;
  box-shadow:         1px 1px 3px 2px #4064ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,100,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4064ff

Related Colors


Comments

No comments written yet.

Please login to write comment.