Color Hex Logo

#4084fd Color Hex

#4084FD
(64,132,253)
0 Favorites   0 Comments

Color spaces of #4084fd

RGB 64132253
HSL0.610.980.62
HSV218°75°99°
CMYK 0.750.480.00   0.01
XYZ28.095224.684496.2123
Yxy24.68440.18860.1657
Hunter Lab49.683413.9931-80.0372
CIE-Lab56.766619.4201-66.4603

#4084fd color RGB value is (64,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 11111101
Octal 100 204 375
Decimal 64 132 253
Hex 40 84 FD

RGB Percentages of Color #4084fd

%14.25
%29.40
%56.35

CMYK Percentages of Color #4084fd

%75
%48
%0
%1

Triadic Colors of #4084fd

#4084fd #fd4084 #84fd40

Analogous Colors of #4084fd

#4084fd #5a40fd #40e3fd

Monochromatic Colors of #4084fd

#4084fd

Complementary Color

#4084fd #fdb940

#4084fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4084fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4084fd Color CSS Codes

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

#4084fd Text Font Color

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

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


#4084fd Background Color

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

This div background color is #4084fd


#4084fd Border Color

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

This div border color is #4084fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4084fd

Related Colors


Comments

No comments written yet.

Please login to write comment.