Color Hex Logo

#4084ff Color Hex

#4084FF
(64,132,255)
0 Favorites   0 Comments

Color spaces of #4084ff

RGB 64132255
HSL0.611.000.63
HSV219°75°100°
CMYK 0.750.480.00   0.00
XYZ28.415624.812597.8994
Yxy24.81250.18800.1642
Hunter Lab49.812114.6550-81.6584
CIE-Lab56.892320.1398-67.3589

#4084ff color RGB value is (64,132,255).

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

The process color (four color CMYK) of #4084ff color hex is 0.75, 0.48, 0.00, 0.00. Web safe color of #4084ff is #3399ff. Color #4084ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 11111111
Octal 100 204 377
Decimal 64 132 255
Hex 40 84 FF

RGB Percentages of Color #4084ff

%14.19
%29.27
%56.54

CMYK Percentages of Color #4084ff

%75
%48
%0
%0

Triadic Colors of #4084ff

#4084ff #ff4084 #84ff40

Analogous Colors of #4084ff

#4084ff #5b40ff #40e4ff

Monochromatic Colors of #4084ff

#4084ff

Complementary Color

#4084ff #ffbb40

#4084ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4084ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4084ff Color CSS Codes

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

#4084ff Text Font Color

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

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


#4084ff Background Color

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

This div background color is #4084ff


#4084ff Border Color

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

This div border color is #4084ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,132,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 #4084ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4084ff

Related Colors


Comments

No comments written yet.

Please login to write comment.