Color Hex Logo

#4062fc Color Hex

#4062FC
(64,98,252)
0 Favorites   0 Comments

Color spaces of #4062fc

RGB 6498252
HSL0.640.970.62
HSV229°75°99°
CMYK 0.750.610.00   0.01
XYZ24.052716.853694.0808
Yxy16.85360.17820.1249
Hunter Lab41.053132.7387-107.1367
CIE-Lab48.075040.0751-80.0179

#4062fc color RGB value is (64,98,252).

#4062fc hex color red value is 64, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4062fc hue: 0.64 , saturation: 0.97 and the lightness value of 4062fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 11111100
Octal 100 142 374
Decimal 64 98 252
Hex 40 62 FC

RGB Percentages of Color #4062fc

%15.46
%23.67
%60.87

CMYK Percentages of Color #4062fc

%75
%61
%0
%1

Triadic Colors of #4062fc

#4062fc #fc4062 #62fc40

Analogous Colors of #4062fc

#4062fc #7c40fc #40c0fc

Monochromatic Colors of #4062fc

#4062fc

Complementary Color

#4062fc #fcda40

#4062fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4062fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4062fc Color CSS Codes

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

#4062fc Text Font Color

<p style="color:#4062fc">Text here</p>

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


#4062fc Background Color

<div style="background-color:#4062fc">
Div content here</div>

This div background color is #4062fc


#4062fc Border Color

<div style="border:3px solid #4062fc">
Div here</div>

This div border color is #4062fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,98,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4062fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4062fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4062fc;
  box-shadow:         1px 1px 3px 2px #4062fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4062fc


Comments

No comments written yet.

Please login to write comment.