Color Hex Logo

#4052fa Color Hex

#4052FA
(64,82,250)
0 Favorites   0 Comments

Color spaces of #4052fa

RGB 6482250
HSL0.650.950.62
HSV234°74°98°
CMYK 0.740.670.00   0.02
XYZ22.387014.026791.9700
Yxy14.02670.17440.1093
Hunter Lab37.452241.1566-119.3796
CIE-Lab44.271248.9951-85.1408

#4052fa color RGB value is (64,82,250).

#4052fa hex color red value is 64, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4052fa hue: 0.65 , saturation: 0.95 and the lightness value of 4052fa is 0.62.

The process color (four color CMYK) of #4052fa color hex is 0.74, 0.67, 0.00, 0.02. Web safe color of #4052fa is #3366ff. Color #4052fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010010 11111010
Octal 100 122 372
Decimal 64 82 250
Hex 40 52 FA

RGB Percentages of Color #4052fa

%16.16
%20.71
%63.13

CMYK Percentages of Color #4052fa

%74
%67
%0
%2

Triadic Colors of #4052fa

#4052fa #fa4052 #52fa40

Analogous Colors of #4052fa

#4052fa #8b40fa #40affa

Monochromatic Colors of #4052fa

#4052fa

Complementary Color

#4052fa #fae840

#4052fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4052fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4052fa Color CSS Codes

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

#4052fa Text Font Color

<p style="color:#4052fa">Text here</p>

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


#4052fa Background Color

<div style="background-color:#4052fa">
Div content here</div>

This div background color is #4052fa


#4052fa Border Color

<div style="border:3px solid #4052fa">
Div here</div>

This div border color is #4052fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,82,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4052fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4052fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4052fa;
  box-shadow:         1px 1px 3px 2px #4052fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4052fa


Comments

No comments written yet.

Please login to write comment.