Color Hex Logo

#4074fd Color Hex

#4074FD
(64,116,253)
0 Favorites   0 Comments

Color spaces of #4074fd

RGB 64116253
HSL0.620.980.62
HSV223°75°99°
CMYK 0.750.540.00   0.01
XYZ26.089420.672695.5437
Yxy20.67260.18330.1453
Hunter Lab45.467122.8572-92.7638
CIE-Lab52.589329.3030-73.2170

#4074fd color RGB value is (64,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110100 11111101
Octal 100 164 375
Decimal 64 116 253
Hex 40 74 FD

RGB Percentages of Color #4074fd

%14.78
%26.79
%58.43

CMYK Percentages of Color #4074fd

%75
%54
%0
%1

Triadic Colors of #4074fd

#4074fd #fd4074 #74fd40

Analogous Colors of #4074fd

#4074fd #6b40fd #40d3fd

Monochromatic Colors of #4074fd

#4074fd

Complementary Color

#4074fd #fdc940

#4074fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4074fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4074fd Color CSS Codes

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

#4074fd Text Font Color

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

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


#4074fd Background Color

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

This div background color is #4074fd


#4074fd Border Color

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

This div border color is #4074fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4074fd

Related Colors


Comments

No comments written yet.

Please login to write comment.